FreePOOMA
2.4.1
|
CreateEvent: A class derived from ObserverEvent that stores information on how many elements to create, in what patch, for an engine. More...
#include <DynamicEvents.h>
Public Types | |
typedef DynamicEvents::PatchID_t | PatchID_t |
typedef DynamicEvents::CreateSize_t | CreateSize_t |
Public Member Functions | |
CreateEvent (CreateSize_t num, PatchID_t p) | |
virtual | ~CreateEvent () |
CreateSize_t | amount () const |
PatchID_t | patch () const |
CreateEvent: A class derived from ObserverEvent that stores information on how many elements to create, in what patch, for an engine.
It stores the create amount, create patch, and provides "amount()" and "patch()" methods to query this info.
CreateEvent::CreateEvent | ( | CreateSize_t | num, |
PatchID_t | p | ||
) | [inline] |
virtual CreateEvent::~CreateEvent | ( | ) | [inline, virtual] |
CreateSize_t CreateEvent::amount | ( | ) | const [inline] |
PatchID_t CreateEvent::patch | ( | ) | const [inline] |