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

Method EventObjectScript

src/world/Script/NativeScriptApi.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected