Fix minor errors in console function definitions

This commit is contained in:
Lukas Joergensen 2017-12-08 21:08:35 +01:00
parent 74b7e4cd89
commit e7414e95a8
5 changed files with 5 additions and 5 deletions

View file

@ -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);