MCPcopy Create free account
hub / github.com/SapphireServer/Sapphire / EventScript

Method EventScript

src/world/Script/NativeScriptApi.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected