FFACETools.FFACE.GetSearchZone C# (CSharp) Méthode

GetSearchZone() private méthode

private GetSearchZone ( int instanceID, short index ) : Zone
instanceID int
index short
Résultat Zone
        private static extern Zone GetSearchZone(int instanceID, short index);
FFACE