Home
last modified time | relevance | path

Searched refs:PT_FRAGV (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.h61 PT_FRAGV = 27, //! < fragmentation of plant object enumerator
H A Dpyro.cpp226 if ( type == PT_FRAGV ) in Create()
273 m_type == PT_FRAGV ) in Create()
405 if ( m_type != PT_FRAGV && in Create()
477 m_type == PT_FRAGV || in Create()
1192 m_type == PT_FRAGV || in IsEnded()
1452 if ( m_type == PT_FRAGV || m_type == PT_EGG ) in CreateTriangle()
1546 if ( m_type == PT_FRAGV || m_type == PT_EGG ) in CreateTriangle()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskterraform.cpp446 m_engine->GetPyroManager()->Create(Gfx::PT_FRAGV, pObj); in Terraform()