API/Autodoc/Classes/RuStoreGodotCoreUtils.en.md


RuStoreGodotCoreUtils

class_name RuStoreGodotCoreUtils extends Object

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

Public Member Functions

static func get_instance() -> RuStoreGodotCoreUtils:
Get the RuStoreGodotCoreUtils instance.
Returns a pointer to the single instance of RuStoreGodotCoreUtils (implementation of the Singleton pattern).
If the instance does not exist yet, creates it.
func is_rustore_installed() -> Variant:
Checks if the RuStore application is installed on the user's device.
Returns true if RuStore is installed, otherwise false.
func open_rustore_download_instruction():
Opens a web page for downloading the RuStore application.
func open_rustore():
Launches the RuStore application.
func open_rustore_authorization():
Launches the RuStore application for authorization.
After successful user authorization, the RuStore application will automatically close.