Difference between revisions of "VN fnc log placeLogisticItem"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "logistics_functions" to "Logistics") |
Lou Montana (talk | contribs) (Page filling) |
||
| Line 1: | Line 1: | ||
| − | |||
{{Function | {{Function | ||
| Line 12: | Line 11: | ||
|g1= Logistics | |g1= Logistics | ||
| − | |d= | + | |d= Adds actions for players for the logistics module. |
| − | |||
| − | |||
| − | |||
| − | + | |s= [player, cursorObject] call [[VN_fnc_log_placeLogisticItem]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | |p1n= player | |
| − | + | |p1t= object | |
| − | |p1n= | + | |p1d= unused, but must not be null |
| − | |p1t= | ||
| − | |p1d= | ||
|p1v= | |p1v= | ||
| − | |p2n= | + | |p2n= cursorObject |
| − | |p2t= | + | |p2t= object |
| − | |p2d= | + | |p2d= unused |
| − | |p2v= | + | |p2v= {{Biki|objNull}} |
| − | |r1t= | + | |r1t= boolean |
| − | |r1d= | + | |r1d= {{Biki|true}} on success, {{Biki|false}} on failure |
| − | |x1= <code> | + | |x1= <code>[player] call VN_fnc_log_placeLogisticItem</code> |
}} | }} | ||
Revision as of 21:02, 20 January 2021
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Adds actions for players for the logistics module.
Syntax
- Syntax
- [player, cursorObject] call VN_fnc_log_placeLogisticItem
- Parameters
- player: Object - unused, but must not be null
- cursorObject: Object - (Optional, default
objNull) unused - Return value
- Boolean - true on success, false on failure
Examples
- Example 1
[player] call VN_fnc_log_placeLogisticItem