Commands/Lua

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

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Category: player (56)

Lua Hook flagtake

Categories

Parameters

  • id: player id
  • team: player team
  • x: flag base x (tiles)
  • y: flag base y (tiles)

Info

On collecting a flag from a info_ctf_flag entity.

Note: This only affects flags which are positioned at an info_ctf_flag entity. Use the walkover/collect hook to register the collection of flags lying on the map as item.

Return Values

  • 0: proceed normally
  • 1: don't take flag

Lua Command Lua Commands