Table of Contents

COMPONENT

Extendable
Category: Data

Inherited by:

Properties


Enabled

Runtime only

Functions


getOwner

GAME_OBJECT getOwner()


getLevel

LEVEL getLevel()


isPreInitialized

boolean isPreInitialized()


isInitialized

boolean isInitialized()


isEnabled

boolean isEnabled()

Deprecated since version 1.8.1; use Enabled property instead


hasEnabledFlag

boolean hasEnabledFlag()


init

Virtual function, Protected function

void init()


onFinalize

Virtual function, Protected function

void onFinalize(isClearingLevel)

Name Type Description
isClearingLevel boolean

onDestroy

Virtual function, Protected function

void onDestroy(isClearingLevel)

Name Type Description
isClearingLevel boolean

onEnabled

Virtual function, Protected function

void onEnabled()


onDisabled

Virtual function, Protected function

void onDisabled()


onOwnerChanged

Virtual function, Protected function

void onOwnerChanged(previousOwner, newOwner)

Name Type Description
previousOwner GAME_OBJECT
newOwner GAME_OBJECT

getComponentType

component_type getComponentType()