![]() |
DI-Guy SDK Documentation
13.8
|
Interface to base class of event beads, not often used. More...
#include <diguyCharacterPathEvent.h>
Public Member Functions | |
| const char * | get_name () |
| Returns the name of the bead. More... | |
| diguyCharacter * | get_character () |
| This function returns a pointer to the character owning this event bead. More... | |
| diguyCharacterPath * | get_path () |
| This function returns a pointer to the path owning this event bead. More... | |
| float | get_how_far () |
| Returns: returns how far the character is into this bead. More... | |
Private Functions | |
The functions and variables past this point are for internal use only. No external access to them is expected or necessary. | |
| bdiBeadEvent * | m_scripted_object |
| A pointer to internal data. More... | |
| class | bdiBeadEvent |
| diguyCharacterPathEvent (bdiBeadEvent *bead) | |
| A private constructor. More... | |
Interface to base class of event beads, not often used.
|
private |
A private constructor.
| const char* diguyCharacterPathEvent::get_name | ( | ) |
Returns the name of the bead.
This pointer will never be NULL.
Returns:
name of the bead
Callable From:
| diguyCharacter* diguyCharacterPathEvent::get_character | ( | ) |
This function returns a pointer to the character owning this event bead.
Returns:
pointer of type diguyCharacter
Callable From:
| diguyCharacterPath* diguyCharacterPathEvent::get_path | ( | ) |
This function returns a pointer to the path owning this event bead.
Returns:
pointer of type diguyCharacterPath
Callable From:
| float diguyCharacterPathEvent::get_how_far | ( | ) |
Returns: returns how far the character is into this bead.
This is a normalized value. 0 means beginning of bead, 0.5 means halfway through, 1 means end of bead
Callable From:
|
friend |
|
private |
A pointer to internal data.