Game
classGlobal game instance
Fields
| Name | Type | Description |
|---|---|---|
| localization | string | Active localization culture code |
| build_string | string | Build identification string |
| tick_rate | integer | Simulation ticks per second |
Functions
Game.get_supported_resolutions()
List of the screen resolutions supported by the hardware
returns string[]
Inherited from Object (5)
- name Object name
- Object.find(name) Find an already loaded object by name
- Object.cast(object) Trying to cast Object into Object
- Object:get_class() Class of this object
- Object.get_class() Return Object class object