Difference between revisions of "TLO:Enum"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "== Forms == *enum '''Enum['''typeName''']''' :Retrieves an enum type by name == Examples == * Enum[eVil]:SetValue[test,0] == See Also == * LavishScript...")
 
Line 11: Line 11:
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]
 
[[Category:LavishScript Top-Level Objects]]
 
[[Category:LavishScript Top-Level Objects]]
 +
[[Category:LavishScript Enums]]

Revision as of 00:13, 28 June 2018

Forms

Retrieves an enum type by name

Examples

  • Enum[eVil]:SetValue[test,0]

See Also