VS:ResetDefStoryLevels

From Vectorworks Developer
Revision as of 06:46, 22 October 2018 by CBM-c- (talk | contribs) (add info)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Clears default story levels and repopulates the list from XML data files on disk.

FUNCTION ResetDefStoryLevels(
bDeleteExisting :BOOLEAN) : BOOLEAN;
def vs.ResetDefStoryLevels(bDeleteExisting):
    return BOOLEAN

Parameters

bDeleteExisting BOOLEAN Whether to delete existing default story levels before reloading the original defaults.

Return Value

Whether clearing the previous default story levels and loading the default list from disk succeeded.

Remarks

{ Orso 2018.10.22} This, as of VW 2019, uses the default content from the Application folder. And nothing else. Not even that in the User Folder.

Version

Availability: from Vectorworks 2015

See Also

VS Functions:

VS:GetLevelTemplateName | VS:SetLevelTemplateName | VS:GetLevelTemplateInfo | VS:GetNumLevelTemplates

VS Functions:

[[VS:GetLevelTemplateName]] | [[VS:SetLevelTemplateName]] | [[VS:GetLevelTemplateInfo]]

| [[VS:GetNumLevelTemplates]]