Difference between revisions of "VN fnc log loadLogisticItem"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {{Function" to "Category:TODO {{Function") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{Function | {{Function | ||
| Line 6: | Line 5: | ||
|author= Ethan Johnson | |author= Ethan Johnson | ||
| − | |a= | + | |a= global |
| − | |e= | + | |e= global |
| − | |g1= | + | |g1= Logistics |
| − | |d= | + | |d= Loads object into vehicle, removes it from the world. |
| − | |||
| − | |||
| − | |||
| − | + | |s= [player, objectToLoad] call [[VN_fnc_log_loadLogisticItem]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | |p1n= player | |
| − | + | |p1t= object | |
| − | |p1n= | + | |p1d= player object |
| − | |p1t= | ||
| − | |p1d= | ||
|p1v= | |p1v= | ||
| − | |p2n= | + | |p2n= objectToLoad |
| − | |p2t= | + | |p2t= object |
| − | |p2d= | + | |p2d= usually {{Biki|cursorObject}} |
|p2v= | |p2v= | ||
| − | |r1t= | + | |r1t= boolean |
| − | |r1d= | + | |r1d= {{Biki|true}} on success, {{Biki|false}} on error |
| − | |x1= <code> | + | |x1= <code>[player, cursorObject] call [[VN_fnc_log_loadLogisticItem]];</code> |
}} | }} | ||
Latest revision as of 20:18, 26 February 2021
| ← 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;