Table of Contents

GAME_ACTION

Deprecated names:

Abstract class
Extendable
Category: Data

Inherited by:

Cloneable

Properties


DebugComment

Serialized

Unlocalized string for debug purposes (could show in some logs)


Delay

Serialized


IsHidden

Serialized

Functions


getHeaderText

Virtual function

string getHeaderText()


getLocalizedName

Virtual function

string getLocalizedName()


execute

Virtual function

void execute(level [, contextualComponent])

Name Type Description
level LEVEL
contextualComponent COMPONENT

canBeExecuted

Virtual function

boolean canBeExecuted()


cancelAction

Virtual function

void cancelAction(level)

Name Type Description
level LEVEL

isHidden

Virtual function

boolean isHidden()


internalIsEqual

Virtual function, Protected function

boolean internalIsEqual(otherDataAction)

Name Type Description
otherDataAction GAME_ACTION