L3DT documentation
Large 3D terrain generator

This is an old revision of the document!


ZVAR

Description

ZVAR is the generic handle for Zeolite variables, and may be used with any variable type.

This data handle is widely used in all categories of API functions in CExtAPI, and may be wrapped by the CzVar class.

Specific variable types such as VarID_varlist, VarID_map, etc have handles derived from ZVAR such as ZLIST, ZMAP, etc. You may safely cast between ZVAR and these types. Casting does not change the variable type referenced by the handle.

Definition

In ExtAPI_defines.h:

typedef void* ZVAR;

Type identifiers

VarID N/A (ZVAR may be used for any variable type.)
MapID N/A (ZVAR is not a valid map type.)
 
zeolite/types/zvar.1294889356.txt.gz · Last modified: 2017/08/31 05:28 (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