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

Struct Tooltip

gui.go:4346–4352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4344}
4345
4346type Tooltip struct {
4347 Button *IconButton
4348 SpawnStart Vector
4349 Displaying bool
4350 Text string
4351 Visible bool
4352}
4353
4354func NewTooltip(text string) *Tooltip {
4355 tt := &Tooltip{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected