Inherits ObjectCreationNugget.
|
| | DeliverPayloadNugget () |
| |
| virtual Object * | create (const Object *primaryObj, const Coord3D *primary, const Coord3D *secondary, Real angle, UnsignedInt lifetimeFrames=0) const |
| |
| virtual Object * | create (const Object *primaryObj, const Coord3D *primary, const Coord3D *secondary, Bool createOwner, UnsignedInt lifetimeFrames=0) const |
| |
| | ObjectCreationNugget () |
| |
| virtual Object * | create (const Object *primary, const Object *secondary, UnsignedInt lifetimeFrames=0) const |
| |
| void | deleteInstance () |
| |
|
| static void | parsePayload (INI *ini, void *instance, void *store, const void *) |
| |
| static void | parse (INI *ini, void *instance, void *, const void *) |
| |
Definition at line 249 of file ObjectCreationList.cpp.
◆ DeliverPayloadNugget()
| DeliverPayloadNugget::DeliverPayloadNugget |
( |
| ) |
|
|
inline |
◆ create() [1/2]
◆ create() [2/2]
The main guts of the system: actually perform the sound and/or video effects needed. Note that primary can be null, so you must check for this. Bool useOwner determines whether we are creating the the master object or not (for deliverpayload)
Implements ObjectCreationNugget.
Definition at line 275 of file ObjectCreationList.cpp.
◆ parse()
| static void DeliverPayloadNugget::parse |
( |
INI * | ini, |
|
|
void * | instance, |
|
|
void * | , |
|
|
const void * | ) |
|
inlinestatic |
◆ parsePayload()
| static void DeliverPayloadNugget::parsePayload |
( |
INI * | ini, |
|
|
void * | instance, |
|
|
void * | store, |
|
|
const void * | ) |
|
inlinestatic |
The documentation for this class was generated from the following file: