Classes

Concepts

Libraries

advertisement »

ambientSounds »

bitser »

contentPoints »

eventBoxText »

factValidity »

frameBuffer »

officeBuildingInserter »

priorityRenderer »

randomEvents »

scaling »

spritesheetParser »

statusIcons »

test3 »

util »

Objects

createStageTask

Description

Creates a task object.

Arguments

1 string taskTypeID

the ID of the registered taskTypeData.

2 string taskID

the task type to create. (ie. "game_task", "engine_task", "project_task", etc.). Will default to the type specified on the taskTypeData if none is given.

3 project project

the project to add to.

Returns

1 task

the newly created object.