security_level
Security levels
These are used by the security level subsystem. Each one of these represents a security level that a player can set.
Base type is abstract
Vars | |
ai_announcement_sound | The AI announcement sound about code change, that will be played after main sound |
---|---|
color | Color of security level |
elevating_to_announcement_text | Our announcement when elevating to this level |
elevating_to_announcement_title | Our announcement title when elevating to this level |
elevating_to_sound | The sound that we will play when elevated to this security level |
lowering_to_announcement_text | Our announcement when lowering to this level |
lowering_to_announcement_title | Our announcement title when lowering to this level |
lowering_to_sound | The sound that we will play when lowered to this security level |
name | The name of this security level. |
number_level | The numerical level of this security level, see defines for more information. |
set_delay | The delay, after which the security level will be set |
status_display_data | The status display data that will be posted to all status displays on security level set |
status_display_mode | The status display that will be posted to all status displays on security level set |
Procs | |
pre_change | Should contain actions that must be completed before actual security level set |
Var Details
ai_announcement_sound
The AI announcement sound about code change, that will be played after main sound
color
Color of security level
elevating_to_announcement_text
Our announcement when elevating to this level
elevating_to_announcement_title
Our announcement title when elevating to this level
elevating_to_sound
The sound that we will play when elevated to this security level
lowering_to_announcement_text
Our announcement when lowering to this level
lowering_to_announcement_title
Our announcement title when lowering to this level
lowering_to_sound
The sound that we will play when lowered to this security level
name
The name of this security level.
number_level
The numerical level of this security level, see defines for more information.
set_delay
The delay, after which the security level will be set
status_display_data
The status display data that will be posted to all status displays on security level set
status_display_mode
The status display that will be posted to all status displays on security level set
Proc Details
pre_change
Should contain actions that must be completed before actual security level set