Search Results for

    Show / Hide Table of Contents

    Class ReadTrooperAction

    Allow for reading a field of a .

    Inheritance
    System.Object
    ReadTrooperAction
    ReadTrooperAmmoAction
    ReadTrooperCanAttackAction
    ReadTrooperHasAmmoAction
    ReadTrooperHealthAction
    ReadTrooperTeamAction
    Namespace: KaijuSolutions.Agents.Behavior.Exercises.CTF
    Syntax
    [Serializable]
    public abstract class ReadTrooperAction

    Fields

    trooper

    The to read the value of.

    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()
    In This Article
    Back to top MIT License © 2026 Kaiju Solutions Inc.