tryAddToWorld

final Boolean tryAddToWorld(GameEntity entity)

Tries to add entity to the game world.

If any of the engines refuse to add entity, it is guaranteed that entity is added to none of them.

If entity was successfully added to all engines, it receives a LifeStarted message and its messaging coroutine is started.

Return

true if entity was successfully added to game world, false otherwise.