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 build

Categories

Parameters

  • id: player id
  • type: building type
  • x: building x (tiles)
  • y: building y (tiles)
  • mode: building mode
  • objectid: id of new building object

Info

When a player successfully started to build a building.
In most cases the building mode will contain the rotation of the building/object (if it can be rotated).

Note: This hook is triggered as soon as all sanity checks are finished. It will only be triggered when the building can actually be created. It is executed AFTER the related buildattempt hook.

Return Values

  • 0: proceed normally
  • 1: don't build

Lua Command Lua Commands