IGameEnvironment interface
Identity of the running game install: which regional release it is and the installed game version. Detected once at boot from install markers (executable name / install layout); the framework config key environment.region ("sea" | "jp") overrides detection. Values are latched at boot and never change during a session.
public interface IGameEnvironmentMembers
Section titled “Members”| name | description |
|---|---|
| GameVersion { get; } | Installed game version (e.g. "2.11"), or "unknown" when not parseable from the install. |
| Region { get; } | Detected region, or Unknown when no marker matched and no override is set. |
| RegionCode { get; } | Lowercase wire form of Region: "sea", "jp" or "unknown". |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services