RepeatForever Class Reference

An action that repeats an other action forever. More...

Inheritance diagram for RepeatForever:
ActionBase

List of all members.

Public Member Functions

override void Run ()
 Kick this action.
override void Stop ()
 Stop this action.
override void Update (float dt)
 The update function.

Public Attributes

ActionBase InnerAction
 The action to repeat.

Detailed Description

An action that repeats an other action forever.