Deletes the nth Story Level Template from the current file. For example, if 3 is passed in, it will delete the 3rd Story Level Template in the file.
FUNCTION DeleteLevelTemplate(index : INTEGER): BOOLEAN;def vs.DeleteLevelTemplate(index):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the Story Level Template to be deleted. |
VAR
success:BOOLEAN;
BEGIN
success := DeleteLevelTemplate(3);VS Functions: GetNumStoryTemplates | GetLevelTemplateName | SetLevelTemplateName | CreateLevelTemplate | GetLevelTemplateInfo
Availability: from Vectorworks 2015