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

SetMenuIndex() private méthode

private SetMenuIndex ( int instanceID, int index ) : bool
instanceID int
index int
Résultat bool
        private static extern bool SetMenuIndex(int instanceID, int index);
FFACE