Home
last modified time | relevance | path

Searched refs:OBJECT_ENERGY (Results 1 – 21 of 21) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject_type.cpp39 OBJECT_ENERGY, in IsValidObjectTypeId()
H A Dobject_type.h47 OBJECT_ENERGY = 13, //!< PowerPlant enumerator
H A Dold_object.cpp226 m_type == OBJECT_ENERGY || in DeleteObject()
513 m_type == OBJECT_ENERGY || in DestroyObject()
777 m_type == OBJECT_ENERGY || in SetType()
852 m_type == OBJECT_ENERGY || in SetType()
983 m_type == OBJECT_ENERGY || in SetType()
1007 m_type == OBJECT_ENERGY ) // PowerPlant in SetType()
2037 else if ( m_type == OBJECT_ENERGY ) in UpdateEnergyMapping()
3315 m_type == OBJECT_ENERGY || in GetLightningHitProbability()
H A Dobject_factory.cpp102 case OBJECT_ENERGY: in CreateObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskbuild.cpp109 if ( m_type == OBJECT_ENERGY ) m_buildingHeight = 20.0f; in CreateBuilding()
681 if ( m_type == OBJECT_ENERGY ) radius = 8.0f; in FlatFloor()
769 type == OBJECT_ENERGY || in FlatFloor()
H A Dtasktake.cpp387 type != OBJECT_ENERGY && in SearchFriendObject()
H A Dtaskgoto.cpp598 oType != OBJECT_ENERGY && in WormSearch()
1290 if ( type == OBJECT_ENERGY ) in GetHotPoint()
H A Dtaskmanip.cpp922 else if ( type == OBJECT_ENERGY ) in SearchOtherObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautomush.cpp278 type != OBJECT_ENERGY && in SearchTarget()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dcbottoken.cpp47 if ( type == OBJECT_ENERGY ) return "PowerPlant"; in GetObjectName()
168 if ( type == OBJECT_ENERGY ) helpfile = "object/energy"; in GetHelpFilename()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dmainshort.cpp194 case OBJECT_ENERGY: icon = 39; break; in GetShortcutIcon()
H A Ddisplaytext.cpp488 if ( type == OBJECT_ENERGY ) return 20.0f; in GetIdealHeight()
H A Dobject_interface.cpp521 err = m_taskExecutor->StartTaskBuild(OBJECT_ENERGY); in EventProcess()
1044 … DeadInterface(pw, EVENT_OBJECT_BENERGY, m_main->CanBuild(OBJECT_ENERGY, m_object->GetTeam())); in CreateInterface()
1504 … DeadInterface(pw, EVENT_OBJECT_BENERGY, m_main->CanBuild(OBJECT_ENERGY, m_object->GetTeam())); in CreateInterface()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dpyro.cpp165 if ( oType == OBJECT_ENERGY ) in Create()
1331 oType == OBJECT_ENERGY || in DisplayError()
1386 type != OBJECT_ENERGY ) in DeleteObject()
1698 m_burnType == OBJECT_ENERGY || in BurnStart()
2249 m_burnType == OBJECT_ENERGY || in BurnTerminate()
H A Dcamera.cpp855 iType == OBJECT_ENERGY || in IsCollisionBack()
1198 type == OBJECT_ENERGY || in EventFrameBack()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/parser/
H A Dparserparam.cpp448 if (value == "PowerPlant" ) return OBJECT_ENERGY; in ToObjectType()
654 if (value == OBJECT_ENERGY ) return "PowerPlant"; in FromObjectType()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/subclass/
H A Dbase_building.cpp342 if ( params.type == OBJECT_ENERGY ) in Create()
854 if ( params.type == OBJECT_ENERGY ) in Create()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dmap.cpp842 case OBJECT_ENERGY: icon = 39; break; in DrawObjectIcon()
1231 type == OBJECT_ENERGY || in UpdateObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.cpp522 stringsObject[OBJECT_ENERGY] = TR("Power cell factory"); in InitializeRestext()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/physics/
H A Dphysics.cpp2747 oType == OBJECT_ENERGY || in ExploOther()
2884 oType == OBJECT_ENERGY || in ExploHimself()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/
H A Drobotmain.cpp4333 type == OBJECT_ENERGY || in ShowDropZone()
5889 if(type == OBJECT_ENERGY) return IsBuildingEnabled(BUILD_ENERGY); in IsBuildingEnabled()