SteamWorks.SteamRemotePlay - theace0296/steamworks-node GitHub Wiki
Interface: SteamRemotePlay
SteamWorksNamespace.SteamRemotePlay
Table of contents
Properties
- BGetSessionClientResolution
- BSendRemotePlayTogetherInvite
- GetSessionClientFormFactor
- GetSessionClientName
- GetSessionCount
- GetSessionID
- GetSessionSteamID
Properties
BGetSessionClientResolution
• BGetSessionClientResolution: (unSessionID: number, pnResolutionX: number, pnResolutionY: number) => boolean
Type declaration
▸ (unSessionID, pnResolutionX, pnResolutionY): boolean
Parameters
| Name | Type |
|---|---|
unSessionID |
number |
pnResolutionX |
number |
pnResolutionY |
number |
Returns
boolean
Defined in
BSendRemotePlayTogetherInvite
• BSendRemotePlayTogetherInvite: (steamIDFriend: CSteamID) => boolean
Type declaration
▸ (steamIDFriend): boolean
Parameters
| Name | Type |
|---|---|
steamIDFriend |
CSteamID |
Returns
boolean
Defined in
GetSessionClientFormFactor
• GetSessionClientFormFactor: (unSessionID: number) => ESteamDeviceFormFactor
Type declaration
▸ (unSessionID): ESteamDeviceFormFactor
Parameters
| Name | Type |
|---|---|
unSessionID |
number |
Returns
ESteamDeviceFormFactor
Defined in
GetSessionClientName
• GetSessionClientName: (unSessionID: number) => string
Type declaration
▸ (unSessionID): string
Parameters
| Name | Type |
|---|---|
unSessionID |
number |
Returns
string
Defined in
GetSessionCount
• GetSessionCount: () => number
Type declaration
▸ (): number
Returns
number
Defined in
GetSessionID
• GetSessionID: (iSessionIndex: number) => number
Type declaration
▸ (iSessionIndex): number
Parameters
| Name | Type |
|---|---|
iSessionIndex |
number |
Returns
number
Defined in
GetSessionSteamID
• GetSessionSteamID: (unSessionID: number) => CSteamID
Type declaration
▸ (unSessionID): CSteamID
Parameters
| Name | Type |
|---|---|
unSessionID |
number |