L3DT documentation
Large 3D terrain generator

zvar_IsType

Description

Test whether a variable is initialised as a given type ID.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zvar_IsType(ZVAR hVar, long VarID);

Arguments

Name Type Comment
hVar ZVAR A ZVAR handle to a variable, the type of which is to be tested.
VarID long A long integer containing the variable type ID to be tested.

Return value

False if:

  • The hVar argument does not refer to a valid variable (e.g. is null).
  • The variable is a type other than that given by VarID.

True otherwise.

Comments

None.

 
zeolite/functions/zvar_istype.txt · Last modified: 2017/08/31 05:32 (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