Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
813
void GetPlrHandSeed(ItemStruct *h)
814
{
815
h->_iSeed = GetRndSeed();
816
}
817
818
void GetGoldSeed(int pnum, ItemStruct *h)
819
{
Callers
3
OperateShrine
Function · 0.85
GiveGoldCheat
Function · 0.85
items.cpp
File · 0.85
Calls
1
GetRndSeed
Function · 0.85
Tested by
no test coverage detected