mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix minor errors in console function definitions
This commit is contained in:
parent
74b7e4cd89
commit
e7414e95a8
5 changed files with 5 additions and 5 deletions
|
|
@ -1868,7 +1868,7 @@ static ConsoleDocFragment _ActionMapbind2(
|
|||
"ActionMap",
|
||||
"bool bind( string device, string action, string flag, string deadZone, string scale, string command );");
|
||||
|
||||
ConsoleMethod( ActionMap, bind, bool, 5, 10, "actionMap.bind( device, action, [modifier spec, mod...], command )"
|
||||
ConsoleMethod( ActionMap, bind, bool, 5, 10, "actionMap.bind( device, action, [modifier, spec, mod...], command )"
|
||||
"@hide")
|
||||
{
|
||||
StringStackWrapper args(argc - 2, argv + 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue