cic_maptable

Vars | |
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 |
Procs | |
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 |
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