models
models:getChildren()
Method Property | Fluent Description | Representation |
---|---|---|
Return Value | an array of ModelParts |
models:getTask()
Method Property | Fluent Description | Representation |
---|---|---|
Return Value | a table mapping a String to a RenderTask |
models:getTask(taskName)
Method Property | Fluent Description | Representation |
---|---|---|
taskName accepts | a String | |
Return Value | a RenderTask |
models:addItem(taskName)
Method Property | Fluent Description | Representation |
---|---|---|
taskName accepts | a String | |
Return Value | a RenderTask |
models:getPrimaryRenderType()
Method Property | Fluent Description | Representation |
---|---|---|
Return Value | either a RenderTypes or nil |
models:getSecondaryRenderType()
Method Property | Fluent Description | Representation |
---|---|---|
Return Value | either a RenderTypes or nil |
models:addText(taskName)
Method Property | Fluent Description | Representation |
---|---|---|
taskName accepts | a String | |
Return Value | a RenderTask |
models:addBlock(taskName)
Method Property | Fluent Description | Representation |
---|---|---|
taskName accepts | a String | |
Return Value | a RenderTask |