MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetInitMessageLength

Function SetInitMessageLength

Descent3/init.cpp:1655–1659  ·  view source on GitHub ↗

portion of total bar to fill (0 to 1)

Source from the content-addressed store, hash-verified

1653
1654// portion of total bar to fill (0 to 1)
1655void SetInitMessageLength(const char *c, float amount) {
1656 Init_messagebar_text = c;
1657 Init_messagebar_offset += Init_messagebar_portion;
1658 Init_messagebar_portion = amount;
1659}
1660
1661// amount is 0 to 1
1662void UpdateInitMessage(float amount) {

Callers 2

InitGameSystemsFunction · 0.85
InitD3Systems2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected