FFACETools.FFACE.GetSearchSublvl C# (CSharp) Method

GetSearchSublvl() private method

private GetSearchSublvl ( int Instance, short index ) : byte
Instance int
index short
return byte
        private static extern byte GetSearchSublvl(int Instance, short index);
FFACE