plane_master_debug  
Used for testing/debugger plane masters and their associated rendering plates
Vars | |
| 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 | 
Procs | |
| 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 | 
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