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

Method ActionScript

src/world/Script/NativeScriptApi.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 ///////////////////////////////////////////////////////////////////
74
75 ActionScript::ActionScript( uint32_t actionId ) :
76 ScriptObject( actionId, typeid( ActionScript ).hash_code() )
77 {
78 }
79
80 void ActionScript::onStart( Sapphire::World::Action::Action& action )
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected