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

Function DefineEngineFunction

Engine/source/afx/arcaneFX.cpp:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530// Console Functions
531
532DefineEngineFunction(afxEndMissionNotify, void, (),,
533 "...\n\n"
534 "@ingroup AFX")
535{
536 arcaneFX::endMissionNotify();
537}
538
539DefineEngineFunction(afxGetVersion, const char*, (),,
540 "...\n\n"

Callers 4

afxMagicSpell.cppFile · 0.70
afxEffectron.cppFile · 0.70
arcaneFX.cppFile · 0.70
afxSelectron.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected