Stat Panels
Vars | |
default_wait | how many subsystem fires between most tab updates |
---|---|
mc_wait | how many subsystem fires between updates of the MC tab |
num_fires | how many full runs this subsystem has completed. used for variable rate refreshes. |
status_wait | how many subsystem fires between updates of the status tab |
Procs | |
immediate_send_stat_data | immediately update the active statpanel tab of the target client |
refresh_client_obj_view | Set the atoms we're meant to display |
return_object_images | Returns all our ready object tab images Returns a list in the form list(list(object_name, object_ref, loaded_image), ...) |
set_SDQL2_tab | Sets the current tab to the SDQL tab |
Var Details
default_wait
how many subsystem fires between most tab updates
mc_wait
how many subsystem fires between updates of the MC tab
num_fires
how many full runs this subsystem has completed. used for variable rate refreshes.
status_wait
how many subsystem fires between updates of the status tab
Proc Details
immediate_send_stat_data
immediately update the active statpanel tab of the target client
refresh_client_obj_view
Set the atoms we're meant to display
return_object_images
Returns all our ready object tab images Returns a list in the form list(list(object_name, object_ref, loaded_image), ...)
set_SDQL2_tab
Sets the current tab to the SDQL tab