Table of Contents

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:

True otherwise.

Comments

None.