MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / IsExtVariableAction

Method IsExtVariableAction

src/Ext/Script/Body.cpp:1062–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected