| 92 | /////////////////////////////////////////////////////////////////// |
| 93 | |
| 94 | EventScript::EventScript( uint32_t eventId ) : |
| 95 | ScriptObject( eventId, typeid( EventScript ).hash_code() ) |
| 96 | { |
| 97 | } |
| 98 | |
| 99 | void EventScript::onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) |
| 100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected