Home
last modified time | relevance | path

Searched refs:GetExternalCalls (Results 1 – 5 of 5) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotCStack.cpp374 val = GetProgram()->GetExternalCalls()->CompileCall(p, nullptr, ppVars, this); in CompileCall()
394 if ( GetProgram()->GetExternalCalls()->CheckCall(name) ) return true; in CheckCall()
H A DCBotProgram.h332 static const std::unique_ptr<CBotExternalCallList>& GetExternalCalls();
H A DCBotStack.cpp598 res = m_prog->GetExternalCalls()->DoCall(nullptr, nullptr, ppVar, this, rettype); in ExecuteCall()
607 res = m_prog->GetExternalCalls()->DoCall(token, nullptr, ppVar, this, rettype); in ExecuteCall()
622 if (m_prog->GetExternalCalls()->RestoreCall(token, nullptr, ppVar, this)) in RestoreCall()
H A DCBotProgram.cpp421 const std::unique_ptr<CBotExternalCallList>& CBotProgram::GetExternalCalls() in GetExternalCalls() function in CBot::CBotProgram
H A DCBotClass.cpp443 if ( program->GetExternalCalls()->CheckCall(name) ) return true; in CheckCall()