File LuaText.lua
Functions
LuaText:new (t) | Constructor for new instance. |
LuaText:newClass (t) | Constructor for extending class. |
LuaText:serialize (t) | Serialize lua data object, typically a table. |
Functions
- LuaText:new (t)
-
Constructor for new instance.
Parameters:
-
t
:
-
- LuaText:newClass (t)
-
Constructor for extending class.
Parameters:
-
t
:
-
- LuaText:serialize (t)
-
Serialize lua data object, typically a table.
Parameters:
-
t
: the lua table or simple variable to be serialized.
Usage:
excludes the dressing needed to use said table upon deserialization, so make sure you precede it with a "return " or "myTbl = " or something.
Return value:
- non-blank string or nil.
-