portion of total bar to fill (0 to 1)
| 1653 | |
| 1654 | // portion of total bar to fill (0 to 1) |
| 1655 | void 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 |
| 1662 | void UpdateInitMessage(float amount) { |
no outgoing calls
no test coverage detected