gameICombatQueriesSystem

Documents the gameICombatQueriesSystem class and its functions.

triangle-exclamation

Invoking gameICombatQueriesSystem

To invoke the combat queries system, use the following Global function:

gcqs = Game.gameICombatQueriesSystem()

Sub-functions

CheckGrenadeThrowQuery

CheckGrenadeThrowQuery(requester : ref:GameObject, refQueryId : Int32, outTargetPosition : Vector4, outThrowAngleDegrees : Float, outStartPos : gameGrenadeThrowStartType) : Bool;

StartGrenadeThrowQuery

StartGrenadeThrowQuery(queryParams : gameGrenadeThrowQueryParams) : Int32;

StopAllGrenadeThrowQueries

StopAllGrenadeThrowQueries();

StopGrenadeThrowQueries

StopGrenadeThrowQueries(requester : ref:GameObject);

StopGrenadeThrowQuery

Last updated