ACR_Quest.Spawn.GetPrespawnPrediction C# (CSharp) Method

GetPrespawnPrediction() public static method

public static GetPrespawnPrediction ( CLRScriptBase s ) : int
s CLRScriptFramework.CLRScriptBase
return int
        public static int GetPrespawnPrediction(CLRScriptBase s) { return s.GetGlobalInt(_SPAWN_PRESPAWN_PREDICTION_GB); }