Difference between revisions of "VN fnc log placeLogisticItem"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Lou Montana moved page VN fnc log placelogisticitem to VN fnc log placeLogisticItem: name standard)
m (Text replacement - "call VN_" to "call [[VN_")
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>
 
}}
 
}}

Revision as of 20:15, 26 February 2021

{{Function

|v= 1.00

|author= Ethan Johnson

|a=

|e=

|g1= Logistics

|d= Adds actions for players for the logistics module.

|s= [player, cursorObject] call VN_fnc_log_placeLogisticItem

|p1n= player |p1t= object |p1d= unused, but must not be null |p1v=

|p2n= cursorObject |p2t= object |p2d= unused |p2v= objNull

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

|x1= [player] call [[VN_fnc_log_placeLogisticItem }}