Class HasActionsAvailable
Checks if the caster has the specified actions available.
Inheritance
System.Object
Kingmaker.ElementsSystem.Element
Kingmaker.ElementsSystem.Condition
HasActionsAvailable
Implements
Owlcat.Runtime.Core.Logging.ICanBeLogContext
Kingmaker.ElementsSystem.IHaveCaption
Kingmaker.ElementsSystem.IHaveDescription
Inherited Members
Kingmaker.ElementsSystem.Condition.Not
Kingmaker.ElementsSystem.Condition.<LastResult>k__BackingField
Kingmaker.ElementsSystem.Condition.GetCaptionColor()
Kingmaker.ElementsSystem.Condition.GetCaption()
Kingmaker.ElementsSystem.Condition.Check(Kingmaker.ElementsSystem.IConditionDebugContext)
Kingmaker.ElementsSystem.Condition.LastResult
Kingmaker.ElementsSystem.Element.name
Kingmaker.ElementsSystem.Element.<Owner>k__BackingField
Kingmaker.ElementsSystem.Element.CreateInstance(System.Type)
Kingmaker.ElementsSystem.Element.OnDeserialized(System.Runtime.Serialization.StreamingContext)
Kingmaker.ElementsSystem.Element.ToString()
Kingmaker.ElementsSystem.Element.GetDescription()
Kingmaker.ElementsSystem.Element.LogError(System.String)
Kingmaker.ElementsSystem.Element.Owner
Kingmaker.ElementsSystem.Element.AssetGuid
Kingmaker.ElementsSystem.Element.AssetGuidShort
Kingmaker.ElementsSystem.Element.Kingmaker.ElementsSystem.IHaveDescription.Description
Kingmaker.ElementsSystem.Element.Kingmaker.ElementsSystem.IHaveCaption.Caption
Namespace: BlueprintCore.Conditions.New
Assembly: BlueprintCore.dll
Syntax
[TypeId("3299aa43-95f5-4d1d-a504-668a83b06ed3")]
public class HasActionsAvailable : Condition, ICanBeLogContext, IHaveCaption, IHaveDescription
Fields
| Improve this Doc View SourceRequireFullRound
Declaration
public bool RequireFullRound
Field Value
Type | Description |
---|---|
System.Boolean |
RequireMove
Declaration
public bool RequireMove
Field Value
Type | Description |
---|---|
System.Boolean |
RequireStandard
Declaration
public bool RequireStandard
Field Value
Type | Description |
---|---|
System.Boolean |
RequireSwift
Declaration
public bool RequireSwift
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCheckCondition()
Declaration
public override bool CheckCondition()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Kingmaker.ElementsSystem.Condition.CheckCondition()
|
Improve this Doc
View Source
GetConditionCaption()
Declaration
public override string GetConditionCaption()
Returns
Type | Description |
---|---|
System.String |
Overrides
Kingmaker.ElementsSystem.Condition.GetConditionCaption()
Implements
Owlcat.Runtime.Core.Logging.ICanBeLogContext
Kingmaker.ElementsSystem.IHaveCaption
Kingmaker.ElementsSystem.IHaveDescription