Runtime Environment
Runtime Environment block contains runtime environment information.
Identifier
const RuntimeEnvironmentId = 1000
Values
Index | Initial Value | Description |
---|---|---|
0 | ? | Debug mode: 1 = Yes, 0 = No |
1 | ? | Screen aspect ratio |
2 | ? | Audio offset |
3 | ? | Input offset |
4 | ? | Multiplayer: 1 = Yes, 0 = No |
Access
Callback | Read | Write |
---|---|---|
preprocess | ✔ | ✔ |
spawnOrder | ✔ | ❌ |
shouldSpawn | ✔ | ❌ |
initialize | ✔ | ❌ |
updateSequential | ✔ | ❌ |
touch | ✔ | ❌ |
updateParallel | ✔ | ❌ |
terminate | ✔ | ❌ |