GTAdhocAPI
Gran Turismo (6) Adhoc API Documentation
|
Built-in adhoc system classes and functions. More...
Classes | |
class | __module__ |
class | Any |
class | Array |
Stores a collection of items. More... | |
class | Bool |
Built-in boolean object which represents true or false. More... | |
class | Byte |
Built-in type which represents a value between 0 and 255 (1 byte). More... | |
class | ByteData |
Built-in type that represents an array of bytes or a buffer. More... | |
class | Class |
Built-in type that represents a class definition. More... | |
class | Double |
Built-in type that represents a double-precision 64-bit number. More... | |
class | Exception |
Built-in exception object. More... | |
class | Float |
Built-in type that represents a single-precision 32-bit number. More... | |
class | FunctionObject |
Built-in type that represents a function. More... | |
class | Int |
Built-in type that represents a signed 32-bit number. More... | |
class | Iterator |
Represents an iterator. More... | |
class | LoadPath |
class | Long |
Built-in type that represents a signed 64-bit number. More... | |
class | Map |
Built-in dictionary/key-value pair object based on std::map. More... | |
class | MethodObject |
Built-in type that represents a method. More... | |
class | Module |
Built-in type that represents a module (or namespace in C++). More... | |
class | Monitor |
Represents a monitor for mutex & thread locking operations. More... | |
class | Object |
This is the base object for every type. More... | |
class | Regexp |
Built-in type that represents a regular expression. More... | |
class | Short |
Built-in type that represents a signed 16-bit number. More... | |
class | STArray |
class | STBool |
class | STByte |
class | STDouble |
class | STFloat |
class | STLong |
class | STRecord |
class | String |
Built-in type that string - an array of characters - text. More... | |
class | STShort |
class | STString |
class | STStructure |
class | STType |
class | STUByte |
class | STULong |
class | STUShort |
class | Symbol |
Built-in type that represents an unique symbol. More... | |
class | Thread |
Built-in type that represents a thread for asynchronous tasks. More... | |
class | UByte |
Built-in type that represents an unsigned 8-bit number. More... | |
class | UInt |
Built-in type that represents an unsigned 32-bit number. More... | |
class | ULong |
Built-in type that represents an unsigned 64-bit number. More... | |
class | UShort |
Built-in type that represents an unsigned 16-bit number. More... | |
class | Void |
Built-in adhoc system classes and functions.