mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_swapBuilding.sqf
This commit is contained in:
parent
04c97cf187
commit
9698eb9e08
@ -2,7 +2,7 @@
|
|||||||
//[[[cog import generate_private_arrays ]]]
|
//[[[cog import generate_private_arrays ]]]
|
||||||
private ["_newObj","_objectPos","_owner","_UpdatePlots"];
|
private ["_newObj","_objectPos","_owner","_UpdatePlots"];
|
||||||
//[[[end]]]
|
//[[[end]]]
|
||||||
params [["_class",""],["_object",objNull],["_method",1]];
|
params [["_class",""],["_object",objNull],["_method",2]];
|
||||||
_newObj = objNull;
|
_newObj = objNull;
|
||||||
if (!isNull _object && !(_class isEqualTo "")) then {
|
if (!isNull _object && !(_class isEqualTo "")) then {
|
||||||
_objectPos = getPosWorld _object;
|
_objectPos = getPosWorld _object;
|
||||||
|
Loading…
Reference in New Issue
Block a user