Public Member Functions | |
new (me) | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
Register the cue with the actor. | |
endSprite (me) | |
Unregister the cue with the actor. | |
actorCueList () | |
Returns a list of all the Cues that are supported. | |
Private Attributes | |
pCueType | |
What will trigger this cue? | |
pParam1 | |
Name or Number of frame (Frame Reached), or time in milliseconds (Time Reached). | |
ancestor | |
We inherit the CueName and Wizardable stuff from the Cue-Parent script. |
This cue must be placed on top of an Actor
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
Returns a list of all the Cues that are supported.
|
|
Register the cue with the actor.
|
|
Unregister the cue with the actor.
|
|
|
|
|
|
We inherit the CueName and Wizardable stuff from the Cue-Parent script.
|
|
What will trigger this cue?
|
|
Name or Number of frame (Frame Reached), or time in milliseconds (Time Reached).
|