====== CzVar::GetTypeID ====== ===== Description ===== Retrieve the [[zeolite:varID|type ID]] of the variable attached to this CzVar object. ===== Function prototype ===== long CzVar::GetTypeID(void); ===== Arguments ===== None. ===== Return value ===== Zero if an error occurred or the variable is not initialised, and a non-zero [[zeolite:varID|variable type ID]] otherwise (can be positive or negative.) ===== Comments ===== This function is equivalent to the API function [[zeolite:functions:var_GetTypeID]]. Please refer to the documentation of that function for additional information.