Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | Related Pages

DART_Events::ActorCue Class Reference

This behavior is placed on an actor, and tells the actor to send a cue of a specified name, when something occurs such as the actor starts, stops, a frame is reached, a particular time is reached etc. More...

List of all members.

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.


Detailed Description

This behavior is placed on an actor, and tells the actor to send a cue of a specified name, when something occurs such as the actor starts, stops, a frame is reached, a particular time is reached etc.

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)


Member Function Documentation

DART_Events::ActorCue::actorCueList  ) 
 

Returns a list of all the Cues that are supported.

DART_Events::ActorCue::beginSprite me   ) 
 

Register the cue with the actor.

DART_Events::ActorCue::endSprite me   ) 
 

Unregister the cue with the actor.

DART_Events::ActorCue::getPropertyDescriptionList aScript   ) 
 

DART_Events::ActorCue::new me   ) 
 


Member Data Documentation

DART_Events::ActorCue::ancestor [private]
 

We inherit the CueName and Wizardable stuff from the Cue-Parent script.

DART_Events::ActorCue::pCueType [private]
 

What will trigger this cue?

DART_Events::ActorCue::pParam1 [private]
 

Name or Number of frame (Frame Reached), or time in milliseconds (Time Reached).


Generated on Fri Oct 8 16:38:00 2004 for DART-Lingo by doxygen 1.3.7