Retrieve the type ID of a variable.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
long zvar_GetTypeID(ZVAR hVar);
| Name | Type | Comment |
|---|---|---|
| hVar | ZVAR | A ZVAR handle to a variable, the type of which is to be retrieved. |
Zero if an error occurred or the variable is not initialised, and a non-zero variable type ID otherwise (can be positive or negative.)
None.