Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.49 KB

builtin-types.md

File metadata and controls

24 lines (23 loc) · 1.49 KB

List of builtin types

name description
@number Type for numbers
@string Type for strings
@bool Type for booleans
@array Type for general arrays
@macro Type for macros
@NULL Type for null
@trigger_function Type for trigger functions
@type_indicator Is the type of a type. eg. @number.type
@group Type for groups
@color Type for colors
@block Type for blocks
@item Type for items
@dictionary Type for dictionaries
@object Type for general objects
@trigger Type for trigger objects
@event Type for events
@obj_set Type for object sets
@counter Type for counters
@file Type for files
@regex Type for regular expression