FFACETools.FFACE.GetWeatherType C# (CSharp) Method

GetWeatherType() private method

private GetWeatherType ( int instanceID ) : byte
instanceID int
return byte
        private static extern byte GetWeatherType(int instanceID);
FFACE