Class ReadTrooperAction
Allow for reading a field of a
Inheritance
System.Object
ReadTrooperAction
Namespace: KaijuSolutions.Agents.Behavior.Exercises.CTF
Syntax
[Serializable]
public abstract class ReadTrooperAction
Fields
trooper
The
Declaration
public BlackboardVariable<Trooper> trooper
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<Trooper> |
Methods
Assigned()
If this has been validly assigned.
Declaration
protected abstract bool Assigned()
Returns
| Type | Description |
|---|---|
| System.Boolean | If this has been validly assigned. |
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |
ReadValue()
Read the needed value.
Declaration
protected abstract void ReadValue()