C# Class Questor.Behaviors.DebugHangarsBehavior

Mostrar archivo Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Properties

Property Type Description
AgentID long
CloseQuestorFlag bool
LastAction System.DateTime
PanicStateReset bool

Private Properties

Property Type Description
AvoidBumpingThings void
BeginClosingQuestor void
TravelToAgentsStation void

Public Methods

Method Description
ApplyDebugSettings ( ) : void
DebugHangarsBehavior ( ) : System
DebugHangarsBehaviorStates ( ) : void
DebugPanicstates ( ) : void
DebugPerformanceClearandStartTimer ( ) : void
DebugPerformanceStopandDisplayTimer ( string whatWeAreTiming ) : void
ProcessState ( ) : void
SettingsLoaded ( object sender, EventArgs e ) : void
ValidateCombatMissionSettings ( ) : void

Private Methods

Method Description
AvoidBumpingThings ( ) : void
BeginClosingQuestor ( ) : void
TravelToAgentsStation ( ) : void

Method Details

ApplyDebugSettings() public method

public ApplyDebugSettings ( ) : void
return void

DebugHangarsBehavior() public method

public DebugHangarsBehavior ( ) : System
return System

DebugHangarsBehaviorStates() public method

public DebugHangarsBehaviorStates ( ) : void
return void

DebugPanicstates() public method

public DebugPanicstates ( ) : void
return void

DebugPerformanceClearandStartTimer() public method

public DebugPerformanceClearandStartTimer ( ) : void
return void

DebugPerformanceStopandDisplayTimer() public method

public DebugPerformanceStopandDisplayTimer ( string whatWeAreTiming ) : void
whatWeAreTiming string
return void

ProcessState() public method

public ProcessState ( ) : void
return void

SettingsLoaded() public method

public SettingsLoaded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ValidateCombatMissionSettings() public method

public ValidateCombatMissionSettings ( ) : void
return void

Property Details

AgentID public_oe static_oe property

public static long AgentID
return long

CloseQuestorFlag public_oe property

public bool CloseQuestorFlag
return bool

LastAction public_oe property

public DateTime,System LastAction
return System.DateTime

PanicStateReset public_oe property

public bool PanicStateReset
return bool