Home
last modified time | relevance | path

Searched refs:PT_BURNT (Results 1 – 4 of 4) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dpyro_type.h48 PT_BURNT = 14, //! < burning of technical object enumerator
H A Dpyro.cpp230 if ( type == PT_BURNT || in Create()
328 if ( m_type == PT_BURNT ) in Create()
381 if ( m_type == PT_BURNT || in Create()
1065 if ( (m_type == PT_BURNT || m_type == PT_BURNO) && in EventProcess()
1110 if ( m_type == PT_BURNT ) in EventProcess()
1220 if ( m_type == PT_BURNT || in IsEnded()
1275 type == PT_BURNT || in DisplayError()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/parser/
H A Dparserparam.cpp1016 if (value == "BURNt" ) return Gfx::PT_BURNT; in ToPyroType()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dold_object.cpp560 pyroType = Gfx::PT_BURNT; in DestroyObject()