ServerSide String

Retrieves a string value from the server using a 12-digit access ID.

Server strings can be public (no license required) or protected (license validation required).

Signature

std::string GetServerString(const std::string& accessId, 
                           const std::string& licenseKey = "");

Parameters

Type: std::string

Description: 12-digit access identifier

Generated: Automatically when creating server string

Required: Yes

Returns

Type: std::string

Value
Description

Non-empty string

String value from server

Empty string

Error or access denied

Basic Usage

Use Cases

Feature Flags
API Endpoints
Version Checking
Localization

String Types

Plain text values for any purpose.

Example:

Client Usage:

Access Control

Configuration
Access
Use Case

Force Key Check: Disabled

Public

Welcome messages, version info

Force Key Check: Enabled

Licensed users only

API keys, premium features

Product-specific

Selected products

Product-exclusive content

Last updated