Class TaskItem | [CrashAI] modules/task.nut:9 |
TaskItem
Member Summary |
any | _removable Documentation not available. |
any | _taskname Documentation not available. |
any | _result Documentation not available. |
| constructor(name) Documentation not available. |
any | IsRemovable() Is this task removable |
any | Execute() Execute this task |
any | GetResult() Get the result of executing this task |
any | GetName() Get the name of task |
Member Details |
_removable | [CrashAI] modules/task.nut:11 |
_removable : any
_taskname | [CrashAI] modules/task.nut:12 |
_taskname : any
_result | [CrashAI] modules/task.nut:13 |
_result : any
constructor | [CrashAI] modules/task.nut:15 |
constructor(name)
IsRemovable | [CrashAI] modules/task.nut:26 |
IsRemovable() : any
Execute | [CrashAI] modules/task.nut:33 |
Execute() : any
GetResult | [CrashAI] modules/task.nut:42 |
GetResult() : any
GetName | [CrashAI] modules/task.nut:48 |
GetName() : any