Dedmen Miller

Results 377 comments of Dedmen Miller

Check my GitHub for DAA. Or my steam workshop for DAA Kernmod. That she one I experienced it with commy2 ***@***.***> schrieb am Sa., 18. Dez. 2021, 11:45: > userconfig...

wrong data? Sure that's not already fixed? (wrapper branch)

~~`getUnitLoadout config` is missing~~ ~~Also https://community.bistudio.com/wiki/setSkill_array is missing.~~ ~~isNil STRING is missing.~~ ~~compileFinal is missing~~ `config select(const config &a_config_, float a_number_);` should take int instead of float. as it's an...

setVariable public variants of many setVariable wrappers. Already added object's one because I needed it We can probably just add the argument defaulted to false to most setVariable wrappers. Instead...

set_group_id params are wrong https://community.bistudio.com/wiki/setGroupId see example 1. We onle need params if nameFormat has %1 like formatting.

`float count(const config &config_entry_);` should return int or size_t

![](https://dedmen.de/sharex/94I6dcpl.png) I think the lbSetPicture thingies are on "Don't Implement" list because of missing documentation. They have documenation now.

sqf::world_to_screen don't take in_screen as parameter but return pair instead. Or pair ? Second would match std::map::insert return value which is pair

sqf::world_to_screen will now return `std::optional` instead of a on_screen variable as reference. This is the cleanest way IMO

Everything besides https://github.com/intercept/intercept/issues/138#issuecomment-306857557 https://github.com/intercept/intercept/issues/138#issuecomment-309159809 https://github.com/intercept/intercept/issues/138#issuecomment-307378238 and `curator_selected()` is fixed in https://github.com/intercept/intercept/pull/178