Home
last modified time | relevance | path

Searched refs:SPRITE_HAIR (Results 1 – 12 of 12) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/net/tmwa/
H A Dsprite.h30 SPRITE_HAIR, enumerator
H A Dbeinghandler.cpp59 being->unSetSprite(SPRITE_HAIR); in undress()
H A Dbeingrecv.cpp197 dstBeing->setSpriteId(SPRITE_HAIR, in processBeingChangeLookContinue()
199 localPlayer->imitateOutfit(dstBeing, SPRITE_HAIR); in processBeingChangeLookContinue()
871 dstBeing->updateSprite(SPRITE_HAIR, shoes, std::string()); in processBeingVisible()
1081 dstBeing->updateSprite(SPRITE_HAIR, shoes, std::string()); in processBeingMove()
H A Dcharserverrecv.cpp143 tempPlayer->setSpriteId(SPRITE_HAIR, in readPlayerData()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/eathena/
H A Dsprite.h30 SPRITE_HAIR = 1, enumerator
H A Dbeinghandler.cpp77 being->unSetSprite(SPRITE_HAIR); in undress()
H A Dbeingrecv.cpp138 dstBeing->updateSprite(SPRITE_HAIR, in setBasicFields()
170 dstBeing->updateSprite(SPRITE_HAIR, in setBasicFields()
337 dstBeing->setSpriteCards(SPRITE_HAIR, in processBeingChangeLookContinue()
341 localPlayer->imitateOutfit(dstBeing, SPRITE_HAIR); in processBeingChangeLookContinue()
H A Dcharserverrecv.cpp190 tempPlayer->setSpriteId(SPRITE_HAIR, in readPlayerData()
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/resources/item/
H A Ditemdbtype.h47 SPRITE_HAIR // 15 in enumStart()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Ditemtypemapdata.h103 {"hairsprite", ItemDbType::SPRITE_HAIR,
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/popups/
H A Ditempopup.cpp443 caseSetColor(ItemDbType::SPRITE_HAIR, ThemeColorId::UNKNOWN_ITEM) in setLabelColor()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/db/
H A Ditemdb.cpp256 case ItemDbType::SPRITE_HAIR: in getIsEquipment()
481 case ItemDbType::SPRITE_HAIR: in loadXmlFile()