Adds an entity to scene with an initial position.
position.
The rotation angle in degrees is optional.
angle
This function returns the new entity ID.
Sample:
AddEntity("monster.ent", vector3(10.0f, 20.0f, 0.0f));