New pages
From Torque Wiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽- 13:02, 3 February 2022 Class:Sound (hist) [1,087 bytes] Ihawkins (talk | contribs) (Created page with "== Sound == Utility methods for dealing with generating simple sounds - since vesion 1.12.42 === Methods === <syntaxhighlight lang="Java"> /** * Play a sequenc...")
- 14:23, 22 January 2022 Class:Vehicle (hist) [1,236 bytes] Ihawkins (talk | contribs) (Created page with "== Vehicle == Utility methods for information in the users vehicle profile settings === Methods === <syntaxhighlight lang="Java"> /** * Returns the name of the...")
- 14:10, 22 January 2022 Class:Speech (hist) [449 bytes] Ihawkins (talk | contribs) (Created page with "== Speech == Utility methods for dealing with talking to the user === Methods === <syntaxhighlight lang="Java"> /** * Starts the TTS system and 'speaks' to the user...")
- 14:21, 18 January 2022 Class:PushButton (hist) [1,246 bytes] Ihawkins (talk | contribs) (Created page with "== PushButton == Used when the script is being used in a pushbutton Pushbutton scripts are slightly different to normal scripts in that they only exist as part of the pushbu...")
- 14:17, 18 January 2022 Class:Dialog (hist) [2,443 bytes] Ihawkins (talk | contribs) (Created page with "== Dialog == Used for popping up dialogs asking for confirmation, etc === Methods === <syntaxhighlight lang="Java"> /** * Creates a non-blocking popup. Popups may o...")
- 14:11, 18 January 2022 Class:Time (hist) [1,080 bytes] Ihawkins (talk | contribs) (Created page with "== Time == Utility methods for dealing with time, sleeping, etc. === Methods === <syntaxhighlight lang="Java"> /** * Sleep for X milliseconds, for use in the main...")
- 14:06, 18 January 2022 Class:OBD (hist) [4,234 bytes] Ihawkins (talk | contribs) (Created page with "== OBD == Used for communicating with the Torque' OBD module === Methods === <syntaxhighlight lang="Java"> /** * Is the app connected to the bluetooth device (name...")
- 14:01, 18 January 2022 Class:Sensor (hist) [4,380 bytes] Ihawkins (talk | contribs) (Created page with "== Sensor == Used for retrieving from, and creating/setting sensors and sensor readings in Torque === Methods === <syntaxhighlight lang="Java"> /** * Set a value on a give...")
- 13:49, 18 January 2022 Class:Log (hist) [212 bytes] Ihawkins (talk | contribs) (Created page with "== Log == Used for writing logging data to the script log === Methods === <syntaxhighlight lang="Java"> static logInfo(String text); static logWarn(String text); static logE...")
- 13:42, 18 January 2022 Scripting (hist) [6,594 bytes] Ihawkins (talk | contribs) (Created page with "=== Note: This is in beta and will be in Torque 1.12.1 when released in Jan 2022 === in progress build = Scripting = Torque now supports scripts using a simple java-like sc...")