Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 951 Bytes

File metadata and controls

43 lines (32 loc) · 951 Bytes

GetLevelTemplateName

Description

Returns the name of the nth Story Level Template in the file. For example, if 3 is passed in, it will return the name of the 3rd Story Level Template in the file.

FUNCTION GetLevelTemplateName(index : INTEGER): STRING;
def vs.GetLevelTemplateName(index):
    return STRING

Parameters

Name Type Description
index INTEGER The index of the Story Level Template whose name is to be returned.

Examples

VAR

templateName:STRING;

BEGIN

templateName:=GetLevelTemplateName(2);

See Also

VS Functions: GetNumLevelTemplates | SetLevelTemplateName | CreateLevelTemplate | DeleteLevelTemplate | GetLevelTemplateInfo

Version

Availability: from Vectorworks 2015

Category