FFACETools.FFACE.SetMenuIndex C# (CSharp) Method

SetMenuIndex() private method

private SetMenuIndex ( int instanceID, int index ) : bool
instanceID int
index int
return bool
        private static extern bool SetMenuIndex(int instanceID, int index);
FFACE