mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Eliminate DefineConsoleStaticMethod
This commit is contained in:
parent
76908eae3c
commit
6be736ff85
2 changed files with 1 additions and 55 deletions
|
|
@ -536,7 +536,7 @@ DefineEngineStaticMethod( GFXInit, getAdapterModeCount, S32, ( S32 index ),,
|
|||
return adapters[index]->mAvailableModes.size();
|
||||
}
|
||||
|
||||
DefineConsoleStaticMethod( GFXInit, getAdapterMode, String, ( S32 index, S32 modeIndex ),,
|
||||
DefineEngineStaticMethod( GFXInit, getAdapterMode, String, ( S32 index, S32 modeIndex ),,
|
||||
"Gets the details of the specified adapter mode.\n\n"
|
||||
"@param index Index of the adapter to query.\n"
|
||||
"@param modeIndex Index of the mode to get data from.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue