-
Notifications
You must be signed in to change notification settings - Fork 2
Environment
Autumn edited this page Jul 20, 2022
·
1 revision
Here is an (incomplete) list of the scriptable environment elements.
| Name | PlayerEnterRegion |
|---|---|
| When | The player's avatar (ship/sub) enters a named region within the world. |
| Arguments |
regionId (identifier): The id of the entered region |
| Name | PlayerExitRegion |
|---|---|
| When | The player's avatar (ship/sub) exits a named region within the world. |
| Arguments |
regionId (identifier): The id of the exited region |
| Name | ScriptObjectDestroyed |
|---|---|
| When | A script object in the environment is destroyed (ex. by the ice breaker) |
| Arguments |
objectId (identifier): The id of the script object |
| Name | temp:camera.region |
|---|---|
| Description | The id of the last entered camera hint region |
| Type | identifier |