Difference between revisions of "VN fnc log loadLogisticItem"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
Lou Montana (talk | contribs) m (Text replacement - "call VN_" to "call [[VN_") |
||
Line 28: | Line 28: | ||
|r1d= {{Biki|true}} on success, {{Biki|false}} on error | |r1d= {{Biki|true}} on success, {{Biki|false}} on error | ||
− | |x1= <code>[player, cursorObject] call VN_fnc_log_loadLogisticItem</code> | + | |x1= <code>[player, cursorObject] call [[VN_fnc_log_loadLogisticItem</code> |
}} | }} |
Revision as of 20:15, 26 February 2021
{{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
}}