MCPcopy Create free account
hub / github.com/SolarLune/masterplan / TextAsInt

Method TextAsInt

gui.go:2543–2546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2541func (label *Label) TextAsString() string { return string(label.Text) }
2542
2543func (label *Label) TextAsInt() int {
2544 i, _ := strconv.Atoi(label.TextAsString())
2545 return i
2546}
2547
2548func (label *Label) TextSize() Vector {
2549 return globals.TextRenderer.MeasureText(label.Text, 1)

Callers 2

ConstructMenusFunction · 0.95
NewNumberSpinnerFunction · 0.80

Calls 1

TextAsStringMethod · 0.95

Tested by

no test coverage detected