mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Cleanup of the elements exposed to the console
This commit is contained in:
parent
74b7e4cd89
commit
3bc46a8376
8 changed files with 12 additions and 12 deletions
|
|
@ -1917,7 +1917,7 @@ static ConsoleDocFragment _ActionMapbindObj2(
|
|||
"ActionMap",
|
||||
"bool bindObj( string device, string action, string flag, string deadZone, string scale, string command, SimObjectID object );");
|
||||
|
||||
ConsoleMethod( ActionMap, bindObj, bool, 6, 11, "(device, action, [modifier spec, mod...], command, object)"
|
||||
ConsoleMethod( ActionMap, bindObj, bool, 6, 11, "(device, action, [modifier, spec, mod...], command, object)"
|
||||
"@hide")
|
||||
{
|
||||
SimObject* simObject = Sim::findObject(argv[argc - 1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue