API/Autodoc/Classes/RuStoreGodotCoreUtils.en.md


RuStoreGodotCoreUtils

class_name RuStoreGodotCoreUtils extends Object

The class implements a collection of helper methods for interacting with the RuStore application.

Public Member Functions

static func get_instance() -> RuStoreGodotCoreUtils:
Get an instance of RuStoreGodotCoreUtils.
Returns a pointer to the single instance of RuStoreGodotCoreUtils (Singleton pattern implementation).
If the instance has not been created yet, it creates it.
func is_rustore_installed() -> Variant:
Check whether the RuStore application is present on the user's device.
Returns true if RuStore is installed, otherwise — false.
func open_rustore_download_instruction():
Open the web page for downloading the RuStore application.
func open_rustore():
Launch the RuStore application.
func open_rustore_authorization():
Launch the RuStore application for authorization.
After successful user authorization, the RuStore application will automatically close.