Home
last modified time | relevance | path

Searched refs:OBJECT_KEYc (Results 1 – 13 of 13) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautovault.cpp406 oType != OBJECT_KEYc && in CountKeys()
428 if ( oType == OBJECT_KEYc ) in CountKeys()
477 oType != OBJECT_KEYc && in LockKeys()
501 oType != OBJECT_KEYc && in DownKeys()
530 oType != OBJECT_KEYc && in DeleteKeys()
H A Dautoderrick.cpp107 if ( res == Gfx::TR_KEY_C ) m_type = OBJECT_KEYc; in Init()
524 m_type != OBJECT_KEYc && in ExistKey()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject_type.cpp139 OBJECT_KEYc, in IsValidObjectTypeId()
H A Dobject_type.h147 OBJECT_KEYc = 272, //!< KeyC enumerator
H A Dobject_factory.cpp123 case OBJECT_KEYc: in CreateObject()
358 if ( type == OBJECT_KEYc ) name = "keyc.mod"; in CreateResource()
H A Dold_object.cpp924 m_type == OBJECT_KEYc || in SetType()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dcbottoken.cpp67 if ( type == OBJECT_KEYc ) return "KeyC"; in GetObjectName()
185 if ( type == OBJECT_KEYc ) helpfile = "object/key"; in GetHelpFilename()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/parser/
H A Dparserparam.cpp402 if (value == "KeyC" ) return OBJECT_KEYc; in ToObjectType()
608 if (value == OBJECT_KEYc ) return "KeyC"; in FromObjectType()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskterraform.cpp381 type == OBJECT_KEYc || in Terraform()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.cpp541 stringsObject[OBJECT_KEYc] = TR("Key C"); in InitializeRestext()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dcamera.cpp922 type == OBJECT_KEYc || in IsCollisionFix()
H A Dpyro.cpp204 oType == OBJECT_KEYc || in Create()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dmap.cpp1248 type == OBJECT_KEYc || in UpdateObject()