FFACETools.FFACE.GetSafeMax C# (CSharp) Method

GetSafeMax() private method

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