VN_fnc_log_loadLogisticItem

From Savage Game Design Wiki
Revision as of 23:08, 18 January 2021 by Lou Montana (talk | contribs) (Page filling)
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