AiParams.findObjective 27
Find an objective from it's unique Id (network safe).
Useful in case you have to reference a specific objective across different phases or players, based on it's unique Id, for example, passed trough a global variable
Return value
Return Type | Description |
---|---|
Objective | Objective corresponding to the provided Id |
Parameters
Parameter | Type | Description |
---|---|---|
1 | integer | Unique Id of the searched soldier |
Examples
No examples available.