Home
last modified time | relevance | path

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

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/interface/
H A Dtask_executor_object.h56 virtual Error StartTaskFire(float delay) = 0;
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/implementation/
H A Dtask_executor_impl.h53 Error StartTaskFire(float delay) override;
H A Dtask_executor_impl.cpp220 Error CTaskExecutorObjectImpl::StartTaskFire(float delay) in StartTaskFire() function in CTaskExecutorObjectImpl
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dobject_interface.cpp609 err = m_taskExecutor->StartTaskFire(0.0f); in EventProcess()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dscriptfunc.cpp2679 err = script->m_taskExecutor->StartTaskFire(delay); in rFire()