Add Tutorial Text API

This commit is contained in:
2026-03-10 19:12:38 -05:00
parent 5609738464
commit 487a5259fb
4 changed files with 302 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ function Get_All_Players() end
---@public
---Adds the specified text to the tutorial text box.
---A new text key will be appended as a new line.
---An existing text key will be overwritten.
---@param key string The key to use.
---@param text string The text to add.
---@param duration number The duration to keep text on screen, defaults to -1 (infinite).