L3DT documentation
Large 3D terrain generator

zlist_GetItemI

Description

Retrieve a ZVAR handle to an item in a list, specified by its index in the list.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

ZVAR zlist_GetItemI(ZLIST hList, long index);

Arguments

Name Type Comment
hList ZLIST A ZLIST handle, an item of which is to be retrieved.
index long The index of the item to be retrieved. Indices are zero-based (C-style).

Return value

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

Comments

None.

 
zeolite/functions/zlist_getitemi.txt · Last modified: 2017/08/31 06:30 (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