VN_fnc_log_placeLogisticItem
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Adds actions for players for the logistics module.
Syntax
- Syntax
- [player, cursorObject] call VN_fnc_log_placeLogisticItem
- Parameters
- player: Object - unused, but must not be null
- cursorObject: Object - (Optional, default
objNull
) unused - Return value
- Boolean - true on success, false on failure
Examples
- Example 1
[player] call VN_fnc_log_placeLogisticItem;