Home
last modified time | relevance | path

Searched refs:PT_FLDELETE (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dpyro_type.h54 PT_FLDELETE = 20, //! < flag destroy enumerator
H A Dpyro.cpp248 type == PT_FLDELETE ) in Create()
342 if ( m_type == PT_FLDELETE ) in Create()
444 m_type == PT_FLDELETE || in Create()
462 m_type != PT_FLDELETE && in Create()
963 if ( m_type == PT_FLDELETE ) in EventProcess()
1227 m_type == PT_FLDELETE ) in IsEnded()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskflag.cpp324 m_engine->GetPyroManager()->Create(Gfx::PT_FLDELETE, pObj); in DeleteFlag()