World functions
The "world" script functions let you obtain references to other open worlds which you can then use in your script to do things to them. For example, you could write your own "send to all worlds" script.


See Also ...

Topic

DOC_scripting Scripting

Functions

FNC_GetWorld GetWorld (Gets an object reference to the named world)
FNC_GetWorldById GetWorldById (Gets an object reference to the world given its unique ID)
FNC_GetWorldIdList GetWorldIdList (Gets the list of open worlds - returning their world IDs)
FNC_GetWorldList GetWorldList (Gets the list of open worlds - returning their world names)
FNC_Open Open (Opens a named document)
FNC_OpenBrowser OpenBrowser (Opens a supplied URL in your default web browser)

(Help topic: general=world)

DOC_contents Documentation contents page