Class UtilityOperator
Inheritance
System.Object
UtilityOperator
Assembly: Content.Server.dll
Syntax
public sealed class UtilityOperator : HTNOperator
Fields
|
Improve this Doc
View Source
Key
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyCoordinates
The EntityCoordinates of the specified target.
Declaration
public string KeyCoordinates
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Prototype
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Plan(NPCBlackboard, CancellationToken)
Declaration
public override Task<(bool Valid, Dictionary<string, object>? Effects)> Plan(NPCBlackboard blackboard, CancellationToken cancelToken)
Parameters
Type |
Name |
Description |
NPCBlackboard |
blackboard |
|
CancellationToken |
cancelToken |
|
Returns
Type |
Description |
Task<System.ValueTuple<System.Boolean, System.Nullable<Dictionary<System.String, System.Object>>>> |
|
Overrides