Overlays

Overview

The overlay interface of the GamePlatform plugin abstracts the various overlay options provided by the platform APIs.

Due to platforms providing various different overlays unique to them, some overlays are only available with specific services.

Overlay Service Functions

OpenBrowser

Opens a platform browser on the platform with the specified target address.

PlatformsSteam
APICry::GamePlatform::IService::OpenBrowser
Flow Graph NodesGamePlatform:Overlay:OpenBrowser
Schematyc NodesFunction::GamePlatform::Service::Overlay::OpenBrowser

OpenDialog

Opens the specified platform dialog (for example, Add Friend).

PlatformsSteam
APICry::GamePlatform::IService::OpenDialog
Flow Graph NodesGamePlatform:Overlay:OpenDialog
Schematyc NodesFunction::GamePlatform::Service::Overlay::OpenDialog

OpenDialogWithTargetUser

Opens the specified dialog with the specified user on the platform (for example, private message chat).

PlatformsSteam
APICry::GamePlatform::IService::OpenDialogWithTargetUser
Flow Graph NodesGamePlatform:Overlay:OpenDialogWithTarget
Schematyc NodesFunction::GamePlatform::Service::Overlay::OpenDialogWithTargetUser

OpenPurchaseOverlay

Tries to open the purchase overlay for the specified product.

PlatformsSteam
APICry::GamePlatform::IService::OpenPurchaseOverlay
Flow Graph NodesGamePlatform:Overlay:OpenPurchaseOverlay
Schematyc NodesFunction::GamePlatform::Service::Overlay::OpenPurchaseOverlay