TorqueScript Reference
|
Functions | |
String | getBuildString () |
String | getCompileTimeString () |
String | getEngineVersion () |
String | getiPhoneToolsVersion () |
Integer | getVersionNumber () |
String | getVersionString () |
Boolean | isDebugBuild () |
void | setCompanyAndProduct (company, product) |
String getBuildString | ( | ) |
Use the getBuildString function to determine if this build is a \Debug\ release, or a \Release\ build.
String getCompileTimeString | ( | ) |
Use the getCompileTimeString function to determine when the currently running engine was built.
String getEngineVersion | ( | ) |
Gets the engine version.
String getiPhoneToolsVersion | ( | ) |
Returns iPhone Tools Version
Integer getVersionNumber | ( | ) |
Use the getVersionNumber function to get the version number of the currently executing engine.
String getVersionString | ( | ) |
Use the getVersionString function to get the version name and number for the currently executing engine.
Boolean isDebugBuild | ( | ) |
Use the isDebugBuild function to determine if this is a debug build.
void setCompanyAndProduct | ( | company | , |
product | |||
) |
Sets the company and product information.