Check Version
Signature
int tim_checkVersion(); //id:0x1000Description
Returns the current version of the VM extension.
Example
if (tim_checkVersion == 0)
{
return;
}
//other call targetsNotes
Last updated
int tim_checkVersion(); //id:0x1000Returns the current version of the VM extension.
if (tim_checkVersion == 0)
{
return;
}
//other call targetsLast updated