statpanels 
Vars | |
command_player_ready_data | The assoc list of job estimations keyed to player ref (for command players only) |
---|---|
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. |
player_ready_data | The assoc list of job estimations keyed to player ref |
status_wait | how many subsystem fires between updates of the status tab |
Procs | |
add_job_estimation | Adds a player to the ready estimation |
get_job_estimation | Returns the list of job estimation strings that get output to the stat panel. First to ready up get listed first. Command roles get displayed before all the rest. |
immediate_send_stat_data | immediately update the active statpanel tab of the target client |
on_client_changes_job | Updates the mob's job if they change it through the occupations tab while readied. |
remove_job_estimation | Removes a player from the job estimation. |
set_action_tabs | Set up the various action tabs. |
update_job_estimation | Takes a mob or ckey an tries to update the job estimation |
Var Details
command_player_ready_data 
The assoc list of job estimations keyed to player ref (for command players only)
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.
player_ready_data 
The assoc list of job estimations keyed to player ref
status_wait 
how many subsystem fires between updates of the status tab
Proc Details
add_job_estimation
Adds a player to the ready estimation
get_job_estimation
Returns the list of job estimation strings that get output to the stat panel. First to ready up get listed first. Command roles get displayed before all the rest.
immediate_send_stat_data
immediately update the active statpanel tab of the target client
on_client_changes_job
Updates the mob's job if they change it through the occupations tab while readied.
remove_job_estimation
Removes a player from the job estimation.
set_action_tabs
Set up the various action tabs.
update_job_estimation
Takes a mob or ckey an tries to update the job estimation