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 only instance of RuStoreGodotCoreUtils (Singleton pattern implementation).
If the instance has not been created yet, creates it.
func is_rustore_installed() -> Variant:
Check the presence of the RuStore application 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.
Назад