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

Method removeStatus

src/world/StatusEffect/StatusEffect.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void Sapphire::StatusEffect::StatusEffect::removeStatus()
112{
113 auto& scriptMgr = Common::Service< Scripting::ScriptMgr >::ref();
114 scriptMgr.onStatusTimeOut( m_targetActor, m_id );
115}
116
117uint32_t Sapphire::StatusEffect::StatusEffect::getId() const
118{

Callers 1

removeStatusEffectMethod · 0.80

Calls 1

onStatusTimeOutMethod · 0.80

Tested by

no test coverage detected