/tg/ Station 13 - Modules - TypesVar Details - Proc Details

plane_master_debug

Used for testing/debugger plane masters and their associated rendering plates

Vars

current_groupThe current plane master group we're viewing
depth_stackAssoc list of plane master group key -> its depth stack
explicit_mirrorHas the target been set explicitly (via VV) or implicitly (via orbit) Orbit targets will get unset whenever you stop orbiting them
mirror_targetIf we are actively mirroring the target of our current ui
mob_refWeakref to the mob to edit

Procs

create_storeCreate or refresh our stored visual data, represeting the viewing mob
set_mirroringSetter for mirror_target, basically allows for enabling/disabiling viewing through mob's sight

Var Details

current_group

The current plane master group we're viewing

depth_stack

Assoc list of plane master group key -> its depth stack

explicit_mirror

Has the target been set explicitly (via VV) or implicitly (via orbit) Orbit targets will get unset whenever you stop orbiting them

mirror_target

If we are actively mirroring the target of our current ui

mob_ref

Weakref to the mob to edit

Proc Details

create_store

Create or refresh our stored visual data, represeting the viewing mob

set_mirroring

Setter for mirror_target, basically allows for enabling/disabiling viewing through mob's sight