====== CzVar::IsType ====== ===== Description ===== Test whether the variable to which this CzVar object is attached is initialised as a given [[zeolite:varID|type ID]]. ===== Function prototype ===== bool CzVar::IsType(long VarID); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | VarID | long | A long integer containing the [[zeolite:varID|variable type ID]] to be tested. | ===== Return value ===== False if the variable is not initialised or is of a type other than that given by //VarID//, and true otherwise. ===== Comments ===== This function is equivalent to the API function [[zeolite:functions:var_IsType]]. Please refer to the documentation of that function for additional information.