ObjectType:lavishmachine

From Lavish Software Wiki
Revision as of 06:10, 29 December 2018 by Lax (talk | contribs) (Created page with "{{ObjectType-Vitals|lavishmachine|LavishScript|none|lavishmachine|none|no|void*}} == Description == Accesses the LavishMachine, currently supporting the LavishScrip...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
lavishmachine
Defined By LavishScript
Inherits none
Reduces To lavishmachine
Variable Object Type none
Uses Sub-Types no
C/C++ Type void*

Description

Accesses the LavishMachine, currently supporting the Tasks system


Members


Methods

  • LoadTaskTypesFile[filename]: Loads Task Types from a file containing a JSON array
  • LoadTaskTypesJSON[json]: Loads Task Types from a supplied JSON array
  • LoadPackageFile[filename]: Loads a LavishMachine Package from a file containing a JSON object
  • LoadPackageJSON[json]: Loads a LavishMachine Package from a supplied JSON object


Examples

See Also

LavishScript Object Types