Check Version
Signature
int tim_checkVersion(); //id:0x1000
Description
Returns the current version of the VM extension.
Example
if (tim_checkVersion == 0)
{
return;
}
//other call targets
Notes
Last updated
int tim_checkVersion(); //id:0x1000
Returns the current version of the VM extension.
if (tim_checkVersion == 0)
{
return;
}
//other call targets
Last updated