Property | Type | Description | |
---|---|---|---|
m_Alerts | List |
||
m_CountdownTimer | |||
m_DialogModule | IDialogModule | ||
m_Initiator | UUID | ||
m_Message | string | ||
m_Notice | bool | ||
m_RestartBegin | System.DateTime | ||
m_Scene |
Method | Description | |
---|---|---|
AbortRestart ( string message ) : void | ||
AddRegion ( |
||
Close ( ) : void | ||
DoOneNotice ( ) : int | ||
Initialise ( IConfigSource config ) : void | ||
RegionLoaded ( |
||
RemoveRegion ( |
||
ScheduleRestart ( UUID initiator, string message, int alerts, bool notice ) : void | ||
SetTimer ( int intervalSeconds ) : void |
Method | Description | |
---|---|---|
HandleRegionRestart ( string module, string args ) : void | ||
OnTimer ( object source, System.Timers.ElapsedEventArgs e ) : void |
public AbortRestart ( string message ) : void | ||
message | string | |
return | void |
public AddRegion ( |
||
scene | ||
return | void |
public Initialise ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
public RegionLoaded ( |
||
scene | ||
return | void |
public RemoveRegion ( |
||
scene | ||
return | void |
public ScheduleRestart ( UUID initiator, string message, int alerts, bool notice ) : void | ||
initiator | UUID | |
message | string | |
alerts | int | |
notice | bool | |
return | void |
public SetTimer ( int intervalSeconds ) : void | ||
intervalSeconds | int | |
return | void |
protected Timer,System.Timers m_CountdownTimer | ||
return |
protected DateTime,System m_RestartBegin | ||
return | System.DateTime |