Scenery
- Functions
- 9
- Work in this build
- 9
- Compiled out
- 0
9 names
scenery_animation_idle
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_idle <scenery>) | void | 225 |
console: scenery_animation_idle <scenery>
scenery_animation_start
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start <scenery> <animation_graph> <string_id>) | void | 219 |
console: scenery_animation_start <scenery> <animation_graph> <string_id>
scenery_animation_start_at_frame
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_at_frame <scenery> <animation_graph> <string_id> <short>) | void | 223 |
console: scenery_animation_start_at_frame <scenery> <animation_graph> <string_id> <short>
scenery_animation_start_at_frame_loop
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_at_frame_loop <scenery> <animation_graph> <string_id> <short>) | void | 1545 |
console: scenery_animation_start_at_frame_loop <scenery> <animation_graph> <string_id> <short>
scenery_animation_start_loop
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_loop <scenery> <animation_graph> <string_id>) | void | 220 |
console: scenery_animation_start_loop <scenery> <animation_graph> <string_id>
scenery_animation_start_relative
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_relative <scenery> <animation_graph> <string_id> <object>) | void | 221 |
console: scenery_animation_start_relative <scenery> <animation_graph> <string_id> <object>
scenery_animation_start_relative_at_frame
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_relative_at_frame <scenery> <animation_graph> <string_id> <object> <short>) | void | 224 |
console: scenery_animation_start_relative_at_frame <scenery> <animation_graph> <string_id> <object> <short>
scenery_animation_start_relative_loop
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_animation_start_relative_loop <scenery> <animation_graph> <string_id> <object>) | void | 222 |
console: scenery_animation_start_relative_loop <scenery> <animation_graph> <string_id> <object>
scenery_get_animation_time
→ shortNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (scenery_get_animation_time <scenery>) | short | 226 |
console: scenery_get_animation_time <scenery>
Read from the function table in the shipped simulation DLL. A name is compiled out when every one of its slots points at the release build's shared stub evaluator; the console still accepts it and returns nothing. Descriptions are hand-written and incomplete; the engine's own help text does not survive in this build. See The Blam console for how the table was found and how the mod runs these.