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

Method BattleNpcScript

src/world/Script/NativeScriptApi.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 ///////////////////////////////////////////////////////////////////
149
150 BattleNpcScript::BattleNpcScript( uint32_t npcId ) :
151 ScriptObject( npcId, typeid( BattleNpcScript ).hash_code() )
152 {
153 }
154
155 ///////////////////////////////////////////////////////////////////
156

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected