summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Hooks/OnExecuteCommand.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2015-08-11Updated APIDump to follow the namechangeJulian Laubstein1-1/+1
2015-05-13All in-game commands go through the OnExecuteCommand hook.Mattes D1-4/+3
Everything that has a slash at the beginning, doesn't matter if it is a registered command or not.
2015-05-10OnExecuteCommand hook can override the command result (crXXX).Mattes D1-3/+5
2015-05-10Call HOOK_EXECUTE_COMMAND even for unknown console commands.Mattes D1-2/+10
This allows plugins such as Aliases to intercept even unknown commands.
2015-05-10Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D1-1/+2
Fixes #1996.
2013-11-23APIDump: The descriptions are read from multiple files.madmaxoft1-0/+31
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.