fn_monitorBehavior

https://github.com/PhantomDevTeam/PDT-H60-Startup/blob/bugfix-improvement-documentation/Configs_Functions/functions/h60_startup/misc/fn_monitorBehavior.sqf

Description: Monitors the behavior of a unit and does stuff based on it's changes.

Syntax: [unit] call PDT_H60_Startup_fnc_monitorBehavior;

Parameters: unit: Objectarrow-up-right - Unit to monitor. debug:Booleanarrow-up-right - (Optional, default: false) Should the text be displayed/logged.

Return value: None.

Examples: Example 1: [PDT_Unit] call PDT_H60_Startup_fnc_monitorBehavior;

Last updated