-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Generic issue to list any incorrect wrapper implementations (on the develop branch).
Currently known:
-
curator_selected()returnsstd::vector<object>but the actual sqf command returns an array of the form:[[objects],[groups],[waypoints],[markers]] -
add_curator_editable_object()should beadd_curator_editable_objects() -
squad_paramsreturns nested arrays of strings, but__convert_to_strings_vectoris called directly on the return instead of on the nested arrays get/set_unit_loadout()using wrong data
Reactions are currently unavailable