MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / launch_missile_s

Method launch_missile_s

Engine/source/afx/afxMagicSpell.cpp:1603–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603void afxMagicSpell::launch_missile_s()
1604{
1605 if (mMissile)
1606 {
1607 mMissile->launch();
1608 constraint_mgr->setReferenceObject(MISSILE_CONS, mMissile);
1609 }
1610}
1611
1612void afxMagicSpell::init_missile_c(afxMagicMissileData* mm_db)
1613{

Callers

nothing calls this directly

Calls 2

launchMethod · 0.80
setReferenceObjectMethod · 0.45

Tested by

no test coverage detected