Class PulledPrecondition
Checks if the owner is being pulled or not.
Inheritance
System.Object
PulledPrecondition
Assembly: Content.Server.dll
Syntax
public sealed class PulledPrecondition : HTNPrecondition
Fields
|
Improve this Doc
View Source
IsPulled
Declaration
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
|
Improve this Doc
View Source
IsMet(NPCBlackboard)
Declaration
public override bool IsMet(NPCBlackboard blackboard)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides