GluiRichLabel.push

Push text to the label.

  1. void push(Style style, string text)
    class GluiRichLabel
    void
    push
    (
    const Style style
    ,
    string text
    )
  2. void push(string text)

Parameters

style Style

Style of the text.

text string

Text to add.

Meta