AddEntity /Scene and entities

int AddEntity(string fileName, vector3 position, float angle = 0.0f)

Adds an entity to scene with an initial position.

The rotation angle in degrees is optional.

This function returns the new entity ID.

Sample:

AddEntity("monster.ent", vector3(10.0f, 20.0f, 0.0f));