#include <spadesactevent.h>
Public Member Functions | |
SpadesActEvent (spades::SimTime t, spades::AgentID a, boost::shared_ptr< ActionObject::TList > actionList) | |
virtual | ~SpadesActEvent () |
virtual void | Print (std::ostream &o) const |
virtual bool | realizeEventWorldModel (spades::WorldModel *pWM) |
realizes the stored list of ActionObjects. | |
Protected Attributes | |
boost::shared_ptr< ActionObject::TList > | mActionList |
Definition at line 34 of file spadesactevent.h.
|
Definition at line 39 of file spadesactevent.h. |
|
Definition at line 44 of file spadesactevent.h. |
|
Definition at line 33 of file spadesactevent.cpp. |
|
realizes the stored list of ActionObjects. As a sanity check it returns whether the world model did anything with this event. In our case always true. Definition at line 37 of file spadesactevent.cpp. References oxygen::SpadesServer::GetGameControlServer(), zeitgeist::Object::GetLog(), and mActionList. Here is the call graph for this function: ![]() |
|
Definition at line 55 of file spadesactevent.h. Referenced by realizeEventWorldModel(). |