SteamWorks.SteamRemotePlay - theace0296/steamworks-node GitHub Wiki

Interface: SteamRemotePlay

SteamWorksNamespace.SteamRemotePlay

Table of contents

Properties

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

index.d.ts:2898


BSendRemotePlayTogetherInvite

BSendRemotePlayTogetherInvite: (steamIDFriend: CSteamID) => boolean

Type declaration

▸ (steamIDFriend): boolean

Parameters
Name Type
steamIDFriend CSteamID
Returns

boolean

Defined in

index.d.ts:2899


GetSessionClientFormFactor

GetSessionClientFormFactor: (unSessionID: number) => ESteamDeviceFormFactor

Type declaration

▸ (unSessionID): ESteamDeviceFormFactor

Parameters
Name Type
unSessionID number
Returns

ESteamDeviceFormFactor

Defined in

index.d.ts:2897


GetSessionClientName

GetSessionClientName: (unSessionID: number) => string

Type declaration

▸ (unSessionID): string

Parameters
Name Type
unSessionID number
Returns

string

Defined in

index.d.ts:2896


GetSessionCount

GetSessionCount: () => number

Type declaration

▸ (): number

Returns

number

Defined in

index.d.ts:2893


GetSessionID

GetSessionID: (iSessionIndex: number) => number

Type declaration

▸ (iSessionIndex): number

Parameters
Name Type
iSessionIndex number
Returns

number

Defined in

index.d.ts:2894


GetSessionSteamID

GetSessionSteamID: (unSessionID: number) => CSteamID

Type declaration

▸ (unSessionID): CSteamID

Parameters
Name Type
unSessionID number
Returns

CSteamID

Defined in

index.d.ts:2895