FFACETools.FFACE.GetSearchMainlvl C# (CSharp) Method

GetSearchMainlvl() private method

private GetSearchMainlvl ( int instanceID, short index ) : byte
instanceID int
index short
return byte
        private static extern byte GetSearchMainlvl(int instanceID, short index);
FFACE