| 1060 | } |
| 1061 | |
| 1062 | bool ScriptExt::IsExtVariableAction(int action) |
| 1063 | { |
| 1064 | auto eAction = static_cast<PhobosScripts>(action); |
| 1065 | return eAction >= PhobosScripts::LocalVariableAdd && eAction <= PhobosScripts::GlobalVariableAndByGlobal; |
| 1066 | } |
| 1067 | |
| 1068 | void ScriptExt::Set_ForceJump_Countdown(TeamClass* pTeam, bool repeatLine, int count) |
| 1069 | { |
nothing calls this directly
no outgoing calls
no test coverage detected