Home
last modified time | relevance | path

Searched refs:clothestintb (Results 1 – 4 of 4) sorted by relevance

/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Devtools/
H A DConsoleCmds.cpp153 Person::players[pnum]->clothestintb[id] = tintb; in set_clothes()
171 Person::players[pnum]->clothestintb[i]); in list_clothes()
241 …ers[0]->clothestintr[k], Person::players[0]->clothestintg[k], Person::players[0]->clothestintb[k]); in ch_save()
306 …ers[j]->clothestintr[k], Person::players[j]->clothestintg[k], Person::players[j]->clothestintb[k]); in ch_save()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Objects/
H A DPerson.hpp254 float clothestintb[10]; member in Person
H A DPerson.cpp433 funpackf(tfile, "Bf Bf Bf", &clothestintr[k], &clothestintg[k], &clothestintb[k]); in Person()
7321 float tintb = clothestintb[clothesId]; in addClothes()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/
H A DGameTick.cpp704 …s[0]->clothestintr[k], &Person::players[0]->clothestintg[k], &Person::players[0]->clothestintb[k]); in LoadLevel()
1483 Person::players.back()->clothestintb[i] = Person::players[0]->clothestintb[i]; in ProcessDevInput()