Nocturna
    Preparing search index...

    Class ActionBaseAbstract

    ActionBase is the abstract base class for all multiplayer actions.

    • Stores the action name and reference to the MultiScene.
    • Provides a static factory method to create actions by type.
    • Subclasses must implement the execute() method.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string
    scene: MultiScene

    Methods

    • Executes the action.

      Returns void

    • Returns the name of the action.

      Returns string