E403 Incorrect Wrapper Implementations · Issue #138 · intercept/intercept · GitHub
[go: up one dir, main page]

Skip to content

Incorrect Wrapper Implementations #138

@kymckay

Description

@kymckay

Generic issue to list any incorrect wrapper implementations (on the develop branch).

Currently known:

  • curator_selected() returns std::vector<object> but the actual sqf command returns an array of the form: [[objects],[groups],[waypoints],[markers]]
  • add_curator_editable_object() should be add_curator_editable_objects()
  • squad_params returns nested arrays of strings, but __convert_to_strings_vector is called directly on the return instead of on the nested arrays
  • get/set_unit_loadout() using wrong data

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0