Search Results for

    Show / Hide Table of Contents

    Class ReadFlagAction

    Allow for reading a field of a .

    Inheritance
    System.Object
    ReadFlagAction
    ReadFlagCarriedAction
    ReadFlagHomeAction
    ReadFlagTeamAction
    Namespace: KaijuSolutions.Agents.Behavior.Exercises.CTF
    Syntax
    [Serializable]
    public abstract class ReadFlagAction

    Fields

    flag

    The to read the value of.

    Declaration
    public BlackboardVariable<Flag> flag
    Field Value
    Type Description
    BlackboardVariable<Flag>

    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.