VN_fnc_log_loadLogisticItem
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Loads object into vehicle, removes it from the world.
Syntax
- Syntax
- [player, objectToLoad] call VN_fnc_log_loadLogisticItem
- Parameters
- player: Object - player object
- objectToLoad: Object - usually cursorObject
- Return value
- Boolean - true on success, false on error
Examples
- Example 1
[player, cursorObject] call VN_fnc_log_loadLogisticItem;