DM Reference

DM Ref

❯

vars

vars

1 min read

Variable Declaration Format

  • var/Type/Name = Value
  • var Type/Name = Value

The hard-coded types are

  • datum (ancestor of all objects)
  • atom (all mappable objects)
  • movable (objs and mobs)
  • obj
  • mob
  • turf
  • area
  • savefile
  • client
  • list
  • world

Type modifiers

  • global
  • const
  • tmp
  • final

Variables are derived from var.

Value defaults to null.

User types may be derived from anything except for /world, /list, /client, and /savefile.

See also

  • vars (atom)
  • vars (client)
  • vars (datum)
  • vars (mob)

4 items under this folder.

  • const vars

    • var
  • final vars

    • var
  • global vars

    • var
  • tmp vars

    • var

Graph View

  • Variable Declaration Format
  • The hard-coded types are
  • Type modifiers
  • See also

Created with Quartz v4.5.0 © 2025

  • GitHub