Skip to content

system_instance_name environment variable

Bui edited this page Aug 27, 2015 · 3 revisions

system_instance_name

Script Type(s): All Scripts

Category: Environment Variables

API Version(s): 1.0.0 to current

Type: string

Notes: If there is an instance associated with a script, this will contain the name of the instance. An instance will be associated with a script in the cases where a player triggers a script and the player is associated to an instance or if the script is an instance script.

This value should NOT be modified directly. If a change is desired, use the setInstance Lua export and the revertInstance Lua export instead.

Clone this wiki locally