MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / getTextCharLimit

Method getTextCharLimit

source/windowing/StarLabelWidget.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28Maybe<unsigned> LabelWidget::getTextCharLimit() const {
29 return m_textCharLimit;
30}
31
32void LabelWidget::setText(String newText) {
33 m_text = std::move(newText);

Callers 2

tickMethod · 0.80
commonSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected