mirror of
https://github.com/sethduda/AdvancedSlingLoading.git
synced 2024-08-30 17:32:12 +00:00
addon
This commit is contained in:
parent
4f68b5d689
commit
2b109be457
Binary file not shown.
@ -8,6 +8,7 @@ class CfgPatches
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
class CfgVehicles
|
||||
{
|
||||
class Logic;
|
||||
@ -53,6 +54,7 @@ class CfgVehicles
|
||||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
class CfgFunctions
|
||||
{
|
||||
@ -61,7 +63,7 @@ class CfgFunctions
|
||||
class AdvancedSlingLoading
|
||||
{
|
||||
file = "\SA_AdvancedSlingLoading\functions";
|
||||
class advancedSlingLoadingInit{};
|
||||
class advancedSlingLoadingInit{postInit=1};
|
||||
};
|
||||
};
|
||||
};
|
@ -11,6 +11,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
*/
|
||||
{
|
||||
|
||||
if(!isNil "SA_ROPE_INIT" || !hasInterface) exitWith {};
|
||||
|
||||
SA_ROPE_INIT = true;
|
||||
|
||||
SA_Rope_Get_Lift_Capability = {
|
||||
private ["_heli","_heliType"];
|
||||
_heli = [_this,0] call BIS_fnc_param;
|
||||
|
Loading…
Reference in New Issue
Block a user