Game properties data
Get Version, Title, Publisher name, PackageName from properties tab.
Authors and contributors to this community extension: UlisesFreitas.
-
Add an string expression that returns the current game version from game properties tab.
-
Add an string expression that returns the game title from game properties tab.
- Add an string expression that returns the game publisher name from game properties tab.
- Add an string expression that returns the package name from game properties tab.
- Add an string expression that returns the orientation from game properties.
- Add an string expression that returns the window width from game properties.
- Add an string expression that returns the window height from game properties.
- Add an string expression that returns the maxFPS from game properties.
- Add an string expression that returns the minFPS from game properties.
- Add an string expression that returns the scale mode from game properties.
- Add an string expression that returns the pixel rounding from game properties.
- Add an string expression that returns the scale mode from game properties.
- Add an string expression that returns the vertical sync from game properties.
Tip
Learn how to install new extensions by following a step-by-step guide.
Expressions
Expression | Description | |
---|---|---|
GetPropertiesData::ReturnGameTitle() |
Get the game title from properties. | |
GetPropertiesData::ReturnGameVersion() |
Return the current game version. | |
GetPropertiesData::ReturnMaxFPS() |
Return max FPS from properties. | |
GetPropertiesData::ReturnMinFPS() |
Return min FPS from properties. | |
GetPropertiesData::ReturnOrientation() |
Return the orientation from properties. | |
GetPropertiesData::ReturnPackageName() |
Return the package name from properties. | |
GetPropertiesData::ReturnPixelRounding() |
Return pixel rounding from properties. | |
GetPropertiesData::ReturnPublisherName() |
Return the publisher name from properties. | |
GetPropertiesData::ReturnScaleMode() |
Return scale mode from properties. | |
GetPropertiesData::ReturnSizeOnStart() |
Return size on start from properties. | |
GetPropertiesData::ReturnVerticalSync() |
Return vertical sync from properties. | |
GetPropertiesData::ReturnWindowHeight() |
Return the window height from properties. | |
GetPropertiesData::ReturnWindowWidth() |
Return the window width from properties. |
This page is an auto-generated reference page about the Game properties data extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.