VN_fnc_log_loadLogisticItem

From Savage Game Design Wiki
(Redirected from VN fnc log loadlogisticitem)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): global
Effect(s): global

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;