Commands/Lua

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

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Category: all (79)

Lua Hook objectdamage

Categories

Parameters

  • id: dynamic object id
  • damage: damage value (negative value for heal/repair)
  • player: player id (0 if not caused by player)

Info

When a dynamic object is being damaged (or healed/repaired).

Return Values

  • 0: proceed normally
  • 1: don't damage/heal/repair object

Lua Command Lua Commands