Commands/Lua
Reference for console commands, Lua hooks and Lua commands in CS2D.
- Console Commands are entered in console, executed with key-binds, cfg-files or with Lua parse
- Lua Hooks execute Lua when events occur - some have a return value which can change the game behavior
- Lua Commands are used to retrieve game data or to perform actions in Lua scripts
CS2D Console Commands
mp_curtailedexplosionsCategories
Parameters
- curtailed (0/1): are explosions curtailed by walls?
Info
Explosions do not cause any damage through walls if this setting is set to 1.
Set it to 0 if you want explosions to cause damage through all walls.
Lua Hooks
Lua Commands
Categories
Parameters
- curtailed (0/1): are explosions curtailed by walls?
Info
Explosions do not cause any damage through walls if this setting is set to 1.
Set it to 0 if you want explosions to cause damage through all walls.
Set it to 0 if you want explosions to cause damage through all walls.