-
Notifications
You must be signed in to change notification settings - Fork 32
Control Sequences Reference
github-actions[bot] edited this page Jul 22, 2026
·
7 revisions
Reference for the control-sequence definition table - built with TARDIS:NewControlSequence() and registered with TARDIS:AddControlSequence(). Sequence files live in lua/tardis/interiors/sequences/.
| Field | Type | Required | Description |
|---|---|---|---|
ID |
string |
Yes | |
[string] |
tardis_sequence_step |
No |
Used in tardis_sequence.
| Field | Type | Required | Description |
|---|---|---|---|
Controls |
string[] |
Yes | |
OnFinish |
fun(int: gmod_tardis_interior, ply: Player, step: integer, part: gmod_tardis_part)
|
Yes | |
OnFail |
(fun(int: gmod_tardis_interior, ply: Player, step: integer, part: gmod_tardis_part))?
|
No | |
Condition |
(fun(self: gmod_tardis_interior) -> boolean)?
|
No |
- Interior Reference
- Exterior Reference
- Parts Reference
- Controls Reference
- Control Sequences Reference
- Settings Reference
- Tips Reference
- Icon Packs Reference
- GUI Themes Reference
- Screens Reference
- Functions Reference
- gmod_tardis
- gmod_tardis_interior
- Hooks Reference
- ConVars Reference
- Settings Catalogue
- Keybinds