====== GetWorld() ====== GetWorld(); Return type: [[scripting:baseworld|BaseWorld]] ===== Common usage ===== The baseworld component is returned on the GetWorld() global command. Typical usage : [[scripting:baseworld#findentitybyname|find an Entity]]. GetWorld().FindEntityByName( string entity-name )