Difference between revisions of "VN fnc log placeLogisticItem"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "call VN_" to "call [[VN_")
m (Some wiki formatting)
 
Line 28: Line 28:
 
|r1d= {{Biki|true}} on success, {{Biki|false}} on failure
 
|r1d= {{Biki|true}} on success, {{Biki|false}} on failure
  
|x1= <code>[player] call [[VN_fnc_log_placeLogisticItem</code>
+
|x1= <code>[player] call [[VN_fnc_log_placeLogisticItem]];</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
Argument(s): n/a
Effect(s): unknown

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;