Engine objects

Additionally to variables, the engine handles predefined objects of nine different types: entities, particles, materials, panels, texts, views, bitmaps, fonts, and sounds. Any such object is a struct of a type defined in include\atypes.h. Engine objects are usually created by a definition or a create function in the script, and contain parameters that are described in the further chapters of this section.

 

► latest version online