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 the instance of RuStoreGodotCoreUtils.
Returns a pointer to the single instance of RuStoreGodotCoreUtils (Singleton pattern implementation).
If the instance hasn't been created yet, it creates one.
func is_rustore_installed() -> Variant:
Check if the RuStore application is installed on the user's device.
Returns true if RuStore is installed, otherwise false.
func open_rustore_download_instruction():
Open a web page to download 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.