Show / Hide Table of Contents

Class BuckledPrecondition

Checks if the owner is buckled or not

Inheritance
System.Object
HTNPrecondition
BuckledPrecondition
Namespace: Content.Server.NPC.HTN.Preconditions
Assembly: Content.Server.dll
Syntax
public sealed class BuckledPrecondition : HTNPrecondition

Fields

| Improve this Doc View Source

IsBuckled

Declaration
public bool IsBuckled
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Initialize(IEntitySystemManager)

Declaration
public override void Initialize(IEntitySystemManager sysManager)
Parameters
Type Name Description
IEntitySystemManager sysManager
Overrides
HTNPrecondition.Initialize(IEntitySystemManager)
| Improve this Doc View Source

IsMet(NPCBlackboard)

Declaration
public override bool IsMet(NPCBlackboard blackboard)
Parameters
Type Name Description
NPCBlackboard blackboard
Returns
Type Description
System.Boolean
Overrides
HTNPrecondition.IsMet(NPCBlackboard)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾