L3DT documentation
Large 3D terrain generator

zproj_GetSettingsList

Description

Retrieve the settings list for the application project.

Files

Declaration zProj.h
Implementation zProj.cpp

Function prototype

ZLIST zproj_GetSettingsList(void);

Arguments

None.

Return value

Null if an error occurred, and otherwise a non-null handle to a variable of type VarID_varlist, containing the project's settings.

Comments

Exploring settings

To view the settings in the project in a tree dialog, use the following code:

zvar_EditUI(zproj_GetSettingsList(), "Edit project settings", NULL, NULL);

This is equivalent to using the 'Settingsā†’Current project' menu function in L3DT.

 
zeolite/functions/zproj_getsettingslist.txt · Last modified: 2017/08/31 04:14 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki