| 137 | /////////////////////////////////////////////////////////////////// |
| 138 | |
| 139 | EventObjectScript::EventObjectScript( uint32_t eobjId ) : |
| 140 | ScriptObject( eobjId, typeid( EventObjectScript ).hash_code() ) |
| 141 | { |
| 142 | } |
| 143 | |
| 144 | void EventObjectScript::onTalk( uint32_t eventId, Sapphire::Entity::Player& player, Entity::EventObject& eobj ) |
| 145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected