VN fnc log loadLogisticItem

From Savage Game Design Wiki
Revision as of 20:15, 26 February 2021 by Lou Montana (talk | contribs) (Text replacement - "call VN_" to "call [[VN_")
Jump to navigation Jump to search

{{Function

|v= 1.00

|author= Ethan Johnson

|a= global

|e= global

|g1= Logistics

|d= Loads object into vehicle, removes it from the world.

|s= [player, objectToLoad] call VN_fnc_log_loadLogisticItem

|p1n= player |p1t= object |p1d= player object |p1v=

|p2n= objectToLoad |p2t= object |p2d= usually cursorObject |p2v=

|r1t= boolean |r1d= true on success, false on error

|x1= [player, cursorObject] call [[VN_fnc_log_loadLogisticItem }}