Home
last modified time | relevance | path

Searched refs:custom_portrait (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/
H A DScript.c812 func SetPortrait(proplist custom_portrait) in SetPortrait() argument
814 this.portrait = custom_portrait; in SetPortrait()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes.cpp247 bool custom_portrait = ( st.get() != 0 ); in LoadFromMP2() local
249 if ( custom_portrait ) { in LoadFromMP2()