Text+
DevForum Topic
  • Welcome
  • Installation
  • Fundamentals
    • Introduction
    • Line breaks
    • Customization
      • Fonts
      • Scale-size
        • Minimum- and maximum-size
      • Truncation
      • Dynamic
      • Custom defaults
    • Modification
    • Text bounds
    • Signals
      • Update
  • Fine-control
    • Introduction
    • Full iteration
  • Specific access
  • Transform and style
  • Custom fonts
    • Introduction
    • Data module
    • Font to XML
    • XML to Lua
    • Upload font image
    • Import font data
Powered by GitBook
On this page
  1. Fundamentals
  2. Signals

Update

Every frame has this signal, which fires every time text is re-rendered inside the frame. The signal can be retrieved like this:

TextPlus.GetUpdateSignal(frame)

This is especially useful for detecting when the text is re-rendered by the dynamic mode.

PreviousSignalsNextIntroduction

Last updated 2 days ago