BIS_fnc_curatorObjectEdited
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Code executed when curator object is edited (i.e., moved or rotated). When a soldier or a vehicle is moved high above ground, create a parachute for them.
Syntax
- Syntax:
- [module, object] call BIS_fnc_curatorObjectEdited
- Parameters:
- module: Object - Curator module
- object: Object - Object which was edited
- Return Value:
- Boolean
Examples
- Example 1:
-
[ module_curator, someObject ] call BIS_fnc_curatorObjectEdited;
Additional Information
- Execution:
- call
- See also:
- Curator
- Groups:
- Uncategorised