Task List

Standalone task script that offers you wide range of opportunities

Exports

Toggle UI

exports.ls_tasklist:toggleUI(state)
params:[
    state: 'boolean'
]

Only set the state to false if everything is done, because that resets everything.

Toggle Number Of Tasks

exports.ls_tasklist:toggleNumberOfTask(state)
params:[
    state: 'boolean'
]

Update Task Amount

exports.ls_tasklist:updateTaskAmount(taskAmount)
params:[
    taskAmount: 'number'
]

If you use bigger amount that the maximum amount the script is ignore it!

Update Stage Amount

Complete Task By Index

Set Task Data

Reset Tasks Completes

Last updated