nngn
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
textbox.lua File Reference

Functions

local function set_speed_fast ()
 
local function set (title, text)
 
local function update (title, text)
 
local function clear () set(""
 

Variables

local SPEED_NORMAL = Textbox.DEFAULT_SPEED
 
local SPEED_FAST
 
local function end
 

Function Documentation

◆ clear()

local function clear ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

local function set ( title ,
text  )

◆ set_speed_fast()

local function set_speed_fast ( )
Here is the caller graph for this function:

◆ update()

local function update ( title ,
text  )

Variable Documentation

◆ end

local function end

◆ SPEED_FAST

local SPEED_FAST
Initial value:
local function-set_speed_normal()
local SPEED_NORMAL
Definition textbox.lua:1

◆ SPEED_NORMAL

local SPEED_NORMAL = Textbox.DEFAULT_SPEED