ACR_Quest.Spawn.GetPrespawnPrediction C# (CSharp) 메소드

GetPrespawnPrediction() 공개 정적인 메소드

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