Inherits from NSObject
Declared in OALActionManager.h

Overview

Manages all ObjectAL actions.

Tasks

Instance Methods

notifyActionStarted:

(INTERNAL USE) Used by OALAction to announce that it is starting.

- (void)notifyActionStarted:(OALAction *)action

Parameters

action

The action that is starting.

Declared In

OALActionManager.h

notifyActionStopped:

(INTERNAL USE) Used by OALAction to announce that it is stopping.

- (void)notifyActionStopped:(OALAction *)action

Parameters

action

The action that is stopping.

Declared In

OALActionManager.h

stopAllActions

Stops ALL running actions on ALL targets.

- (void)stopAllActions

Declared In

OALActionManager.h