Skip to content

Fix Steam Parties beacon argument metadata - #189

Open
Infiland wants to merge 1 commit into
YoYoGames:mainfrom
Infiland:dev/issue-183-parties-args
Open

Fix Steam Parties beacon argument metadata#189
Infiland wants to merge 1 commit into
YoYoGames:mainfrom
Infiland:dev/issue-183-parties-args

Conversation

@Infiland

@Infiland Infiland commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Fixes #183.

The GameMaker LTS 2026 IDE rejects the sample project because steam_parties_create_beacon is a five-argument RunnerInterface function with typed DLL argument metadata. RunnerInterface functions do not use that metadata, and its presence makes the IDE apply the mixed-type extension argument limit.

This removes the argument metadata for steam_parties_create_beacon while preserving its five-argument help, documentation, and native implementation. The existing five-argument demo call is accepted by the IDE after the change.

git diff --check passed. GameMaker LTS 2026 loaded the project and ran compilation without reporting the steam_parties_create_beacon argument-validation error; the sample still reports three unrelated existing compile errors in other APIs and demo variables.

@ksuchitra532 ksuchitra532 moved this to Triage in Team Workload Sep 2, 2026
@stuckie stuckie moved this from Triage to Backlog in Team Workload Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

steam_parties_create_beacon dll arguments bug

4 participants