MCPcopy Create free account
hub / github.com/diasurgical/devilution / GetPlrHandSeed

Function GetPlrHandSeed

Source/items.cpp:813–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void GetPlrHandSeed(ItemStruct *h)
814{
815 h->_iSeed = GetRndSeed();
816}
817
818void GetGoldSeed(int pnum, ItemStruct *h)
819{

Callers 3

OperateShrineFunction · 0.85
GiveGoldCheatFunction · 0.85
items.cppFile · 0.85

Calls 1

GetRndSeedFunction · 0.85

Tested by

no test coverage detected