byond - Modules - TypesVar Details - Proc Details

cic_maptable

Vars

interacteesList of currently interacting mobs
mapminimap obj ref that we will display to users
minimap_flagflags that we want to be shown when you interact with this table
targetted_zlevelby default Zlevel 2, groundside is targetted
z_downbutton granted when you're on a multiz level that lets you check above and below you
z_indicatorbutton granted when you're on a multiz level that lets you check above and below you
z_upbutton granted when you're on a multiz level that lets you check above and below you

Procs

change_targeted_zUpdates the z-level this maptable views
interact_checksReturns true if something prevents the user from interacting with this. used mainly with the drawtable

Var Details

interactees

List of currently interacting mobs

map

minimap obj ref that we will display to users

minimap_flag

flags that we want to be shown when you interact with this table

targetted_zlevel

by default Zlevel 2, groundside is targetted

z_down

button granted when you're on a multiz level that lets you check above and below you

z_indicator

button granted when you're on a multiz level that lets you check above and below you

z_up

button granted when you're on a multiz level that lets you check above and below you

Proc Details

change_targeted_z

Updates the z-level this maptable views

interact_checks

Returns true if something prevents the user from interacting with this. used mainly with the drawtable