Cafu Engine
Common Namespace Reference

This group contains auxiliary libraries (e.g. script classes and object instances) that are available and can be used in all Cafu scripts, such as map scripts, GUI scripts, etc. More...

Classes

class  globals
 The functions in this group are globals, and are used exactly like the functions from the basic Lua library. More...
 
class  Console
 Use the methods of this library for printing strings to the Cafu in-game console. More...
 
class  ci
 Class ci provides access to the Cafu in-game console from other scripts (e.g. map scripts, GUI scripts, ...). More...
 

Detailed Description

This group contains auxiliary libraries (e.g. script classes and object instances) that are available and can be used in all Cafu scripts, such as map scripts, GUI scripts, etc.

Note that besides the libraries listed here, (most of) the Lua standard libraries are loaded and available in Cafu scripts as well.