ObjectType:tasktype

From Lavish Software Wiki
Revision as of 17:27, 10 March 2019 by Lax (talk | contribs) (Created page with "{{ObjectType-Vitals|tasktype|LavishScript|none|Same as '''Name'''|none|no|void*}} == Description == See Tasks == Members == * ObjectType:string|...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
tasktype
Defined By LavishScript
Inherits none
Reduces To Same as Name
Variable Object Type none
Uses Sub-Types no
C/C++ Type void*

Description

See Tasks

Members

  • string Name: Name of the Task Type
  • uint ID: The ID number assigned to the Task Type

Methods

  • Unregister: Unregisters the Task Type. The Task Type can no longer be used to begin Tasks

Examples

See Also

LavishScript Object Types