Entities

Entities are the dynamic objects, the actors, monsters, vehicles and other things who can move around in our game world. Additionally to the parameters which can be set in WED's entity property panel, there are many more properties which can be set, evaluated, or changed by functions. These properties influence the entities' look, its reaction to certain events, and its moving or collision behavior.

Entities can be created in three ways:

Entities placed or created in the level are named Level Entities; entities defined in the script are either visible in front of the screen (View Entities) or in the background of the level (Sky Entities). Entity parameters an be changed by any function; they must be prefixed by the script-defined entity name or a pointer like my or you. On leaving the level all level entities are deleted automatically, and their actions are terminated.

View entities are visible even if there is no level loaded at all. They can be used to display 3D elements of the user interface, like a rotating compass, a steering wheel, or a weapon carried by the player.

See also:

Entities ► latest version online