L3DT documentation
Large 3D terrain generator

zlist_CreateItem

Description

Create a variable in a list.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

ZVAR zlist_CreateItem(ZLIST hList, long VarID, const char* lpVarName);

Arguments

Name Type Comment
hList ZLIST A ZLIST handle, to which an item will be added.
VarID long The VarID of the new item.
lpVarName const char* The name of the new item. If null, the variable is unnamed.

Return value

Null if an error occurred, and a valid ZVAR handle otherwise.

Comments

None.

 
zeolite/functions/zlist_createitem.txt · Last modified: 2017/08/31 04:56 (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