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

Function AddSTextVal

Source/stores.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void AddSTextVal(int y, int val)
267{
268 stext[y]._sval = val;
269}
270
271void OffsetSTextY(int y, int yo)
272{

Callers 7

S_ScrollSBuyFunction · 0.85
S_ScrollSPBuyFunction · 0.85
S_ScrollSSellFunction · 0.85
S_ScrollWBuyFunction · 0.85
S_StartConfirmFunction · 0.85
S_StartBBoyFunction · 0.85
S_ScrollHBuyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected