Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Lua Command Lua Commands

Category: all (86)

Lua Command freeimage

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!