Home
last modified time | relevance | path

Searched refs:pedestalLockOrb (Results 1 – 7 of 7) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dentity_shared.cpp1462 entityNew->pedestalLockOrb = entityToCopy->pedestalLockOrb; in setSpriteAttributes()
1471 entityNew->pedestalLockOrb = 0; in setSpriteAttributes()
H A Dactpedestal.cpp265 if ( pedestalHasOrb == pedestalOrbType && pedestalLockOrb == 1 ) in actPedestalBase()
365 if ( parent->pedestalHasOrb == parent->pedestalOrbType && parent->pedestalLockOrb == 1 ) in actPedestalOrb()
H A Dentity_editor.cpp174 pedestalLockOrb(skill[7]), in Entity()
H A Dentity.hpp318 Sint32& pedestalLockOrb; //skill[7] member in Entity
H A Dfiles.cpp1026 fread(&entity->pedestalLockOrb, sizeof(Sint32), 1, fp); in loadMap()
1469 fwrite(&entity->pedestalLockOrb, sizeof(Sint32), 1, fp); in saveMap()
H A Dbuttons.cpp1905 snprintf(spriteProperties[4], 2, "%d", static_cast<int>(selectedEntity->pedestalLockOrb)); in buttonSpriteProperties()
3114 selectedEntity->pedestalLockOrb = (Sint32)atoi(spriteProperties[4]); in buttonSpritePropertiesConfirm()
H A Dentity.cpp199 pedestalLockOrb(skill[7]), in Entity()