Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 915 Bytes

File metadata and controls

43 lines (32 loc) · 915 Bytes

DeleteLevelTemplate

Description

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

Parameters

Name Type Description
index INTEGER The index of the Story Level Template to be deleted.

Examples

VAR

success:BOOLEAN;

BEGIN

success := DeleteLevelTemplate(3);

See Also

VS Functions: GetNumStoryTemplates | GetLevelTemplateName | SetLevelTemplateName | CreateLevelTemplate | GetLevelTemplateInfo

Version

Availability: from Vectorworks 2015

Category