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 mapchange

Categories

Parameters

  • newmap: name of new map

Info

When a map change is initiated by the server.

Attention: A map change means that the server is restarted internally. This also affects the Lua engine. If you want to keep values you have to persist them somehow (e.g. write them to a file)!

Return Values

none - related action(s) [if there are any] performed by CS2D cannot be altered/omitted

Lua Command Lua Commands