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