VS:ResetDefStoryLevels: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision: vw2015)
(add info)
Line 35: Line 35:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<remark></remark>
<remark>
{ 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.
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Revision as of 06:46, 22 October 2018

.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]]