Skip to content

Commit 86aa94c

Browse files
Site changes [skip-ci]
1 parent 89e2adb commit 86aa94c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

_data/extensions/extension-steam_steam.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,34 @@
495495
"returnvalues": [],
496496
"type": "FUNCTION"
497497
},
498+
{
499+
"description": "Invites a friend or clan member to the current game using a special invite string. If the target accepts the invite, a GameRichPresenceJoinRequested_t callback is posted containing the connect string.",
500+
"examples": "",
501+
"name": "steam.friends_invite_user_to_game",
502+
"parameters": [
503+
{
504+
"doc": "Id of friend",
505+
"name": "steamIDFriend",
506+
"types": [
507+
"number"
508+
]
509+
},
510+
{
511+
"doc": "String",
512+
"name": "connect",
513+
"types": [
514+
"string"
515+
]
516+
}
517+
],
518+
"returnvalues": [
519+
{
520+
"doc": "",
521+
"name": "boolean"
522+
}
523+
],
524+
"type": "FUNCTION"
525+
},
498526
{
499527
"description": "Set a listener.",
500528
"examples": "",

0 commit comments

Comments
 (0)