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
Lua Hooks
Lua Commands
freeimageCategories
Parameters
- id
Info
Removes an image completely.
Attention: The variable(s) you used to save the image ID will NOT be changed by CS2D! Please set them to nil manually!
Attention: CS2D recycles image IDs! As soon as an image with ID X gets removed, a new image which is created afterwards might receive that very same ID again! That's why it is very important to set the variable with the ID to nil to make sure that your script never tries to access this image again. Otherwise your script might modify a completely different image!
Categories
Parameters
- id
Info
Removes an image completely.
Attention: The variable(s) you used to save the image ID will NOT be changed by CS2D! Please set them to nil manually!
Attention: CS2D recycles image IDs! As soon as an image with ID X gets removed, a new image which is created afterwards might receive that very same ID again! That's why it is very important to set the variable with the ID to nil to make sure that your script never tries to access this image again. Otherwise your script might modify a completely different image!