CrashAI

Class TaskItem

[CrashAI] modules/task.nut:9
Class Hierarchy:
TaskItem
Known Subclasses:
Task.GenerateDropOff, YieldTask

Task item is base for all task item

Member Summary
any_removable
        Documentation not available.
any_taskname
        Documentation not available.
any_result
        Documentation not available.
 constructor(name)
        Documentation not available.
anyIsRemovable()
        Is this task removable
anyExecute()
        Execute this task
anyGetResult()
        Get the result of executing this task
anyGetName()
        Get the name of task


Member Details

_removable

[CrashAI] modules/task.nut:11
_removable : any
Documentation not available.


_taskname

[CrashAI] modules/task.nut:12
_taskname : any
Documentation not available.


_result

[CrashAI] modules/task.nut:13
_result : any
Documentation not available.


constructor

[CrashAI] modules/task.nut:15
constructor(name)
Documentation not available.


IsRemovable

[CrashAI] modules/task.nut:26
IsRemovable() : any
Is this task removable
Returns:
true if we should delete this task after execute it


Execute

[CrashAI] modules/task.nut:33
Execute() : any
Execute this task
Returns:
null if not execute anything


GetResult

[CrashAI] modules/task.nut:42
GetResult() : any
Get the result of executing this task
Returns:
anything


GetName

[CrashAI] modules/task.nut:48
GetName() : any
Get the name of task
Returns:
task name