Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.CapabilityStateChangedArgs Class Referencesealed
Inheritance diagram for ff14bot.Managers.CapabilityStateChangedArgs:

Public Member Functions

 CapabilityStateChangedArgs (CapabilityFlags capability, CapabilityState oldState, CapabilityState newState)

Properties

CapabilityFlags Capability [get]
 Gets the capability.
CapabilityState OldState [get]
 Gets the old state.
CapabilityState NewState [get]
 Gets the new state.

Constructor & Destructor Documentation

◆ CapabilityStateChangedArgs()

ff14bot.Managers.CapabilityStateChangedArgs.CapabilityStateChangedArgs ( CapabilityFlags capability,
CapabilityState oldState,
CapabilityState newState )

Property Documentation

◆ Capability

CapabilityFlags ff14bot.Managers.CapabilityStateChangedArgs.Capability
get

Gets the capability.

◆ NewState

CapabilityState ff14bot.Managers.CapabilityStateChangedArgs.NewState
get

Gets the new state.

◆ OldState

CapabilityState ff14bot.Managers.CapabilityStateChangedArgs.OldState
get

Gets the old state.