FFACETools.FFACE.GetSearchZone C# (CSharp) Method

GetSearchZone() private method

private GetSearchZone ( int instanceID, short index ) : Zone
instanceID int
index short
return Zone
        private static extern Zone GetSearchZone(int instanceID, short index);
FFACE