Chapter 3. Creating and Utilizing Custom Entities
The CryENGINE entity system provides the means for creating everything from simple physicalized objects to complex weather simulation managers.
In this chapter we will:
- Elaborate on the basic concept and implementation of the entity system
- Create our first custom entity in Lua, C#, and C++
- Learn about the game object system