FFACETools.FFACE.GetInventoryMax C# (CSharp) Method

GetInventoryMax() private method

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