mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add /world/var/movement_mode to builtins
This commit is contained in:
parent
e07801070e
commit
635434f8ee
1 changed files with 1 additions and 0 deletions
|
|
@ -773,6 +773,7 @@ pub fn register_builtins(tree: &mut ObjectTree) {
|
|||
world/var/version = int!(0);
|
||||
world/var/view = int!(5);
|
||||
world/var/visibility = int!(1);
|
||||
world/var/movement_mode = int!(0); // LEGACY_MOVEMENT_MODE
|
||||
world/proc/AddCredits(player, credits, note);
|
||||
world/proc/ClearMedal(medal, player);
|
||||
world/proc/Export(Addr, File, Persist, Clients);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue