GetWorld()

GetWorld();

Return type: BaseWorld

Common usage

The baseworld component is returned on the GetWorld() global command.

Typical usage : find an Entity.

GetWorld().FindEntityByName( string entity-name )