Home docs nex protocols datastore Super Smash Bros. 4 (115)
Post

Super Smash Bros. 4 (115)

This page describes the methods that are only seen in Super Smash Bros. 4. The protocol has been renamed from DataStoreProtocol to CrossProtocol.

Methods

(45) PostProfile

Request

Response

This method does not return anything.

(46) GetProfiles

Request

TypeName
List<Uint32>pidList

Response

TypeName
List<DataStoreProfileInfo>pProfileList

(47) SendPlayReport

Request

TypeName
List<Sint32>playReport

Response

This method does not return anything.

(48) GetWorldPlayReport

Request

This method does not take any parameters.

Response

TypeName
List<Sint64>pPlayReport

(49) GetReplayMeta

Request

Response

TypeName
DataStoreReplayMetaInfopMetaInfo

(50) PrepareGetReplay

Request

Response

TypeName
DataStoreReqGetInfopReqGetInfo

(51) PreparePostReplay

Request

Response

TypeName
DataStorePreparePostParampPostParam
DataStoreReqPostInfopReqPostInfo

(52) CompletePostReplay

Request

Response

This method does not return anything.

(53) CheckPostReplay

Request

Response

TypeName
BoolpIsRequired
BoolpIsRare

(54) GetNextReplay

Request

This method does not take any parameters.

Response

TypeName
DataStoreReplayMetaInfopMetaInfo

(55) PreparePostSharedData

Request

Response

TypeName
DataStorePreparePostParampPostParam
DataStoreReqPostInfopReqPostInfo

(56) CompletePostSharedData

Request

Response

This method does not return anything.

(57) SearchSharedData

Request

Response

TypeName
List<DataStoreSharedDataInfo>pSharedDataInfoList

(58) GetApplicationConfig

Request

TypeName
Uint32applicationId

Response

TypeName
List<String>config

(59) SearchReplay

Request

Response

TypeName
List<DataStorePrepareGetReplayParam>pGetReplayParam

(60) PostFightingPowerScore

Request

Response

This method does not return anything.

(61) GetFightingPowerChart

Request

TypeName
Uint8mode

Response

TypeName
Uint32pUserNum
List<DataStoreFightingPowerScore>pChart

(62) GetFightingPowerChartAll

Request

This method does not take any parameters.

Response

(63) ReportSharedData

Request

TypeName
Uint64dataId

Response

This method does not return anything.

Types

DataStorePostProfileParam (Structure)

TypeName
qBufferprofile

DataStoreProfileInfo (Structure)

TypeName
Uint32pid
qBufferprofile

DataStoreReplayMetaInfo (Structure)

TypeName
Uint64replayId
Uint32size
Uint8mode
Uint8style
Uint8rule
Uint8stage
Uint8replayType
List<DataStoreReplayPlayer>players
List<Uint32>winners

DataStoreGetReplayMetaParam (Structure)

TypeName
Uint64replayId
Uint8metaType

DataStorePrepareGetReplayParam (Structure)

TypeName
Uint64replayId
List<String>extraData

DataStorePreparePostReplayParam (Structure)

TypeName
Uint32size
Uint8mode
Uint8style
Uint8rule
Uint8stage
Uint8replayType
Uint64competitionId
Sint32score
List<DataStoreReplayPlayer>players
List<Uint32>winners
Uint16keyVersion
List<String>extraData

DataStoreCompletePostReplayParam (Structure)

TypeName
Uint64replayId
DataStoreCompletePostParamcompleteParam
DataStorePreparePostReplayParamprepareParam

DataStorePreparePostSharedDataParam (Structure)

TypeName
Uint8dataType
Uint8region
Uint8attribute1
Uint8attribute2
Bufferfighter
Uint32size
Stringcomment
qBuffermetaBinary
List<String>extraData

DataStoreCompletePostSharedDataParam (Structure)

TypeName
Uint64dataId
DataStoreCompletePostParamcompleteParam
DataStorePreparePostSharedDataParamprepareParam

DataStoreSearchSharedDataParam (Structure)

TypeName
Uint8dataType
Uint32owner
Uint8region
Uint8attribute1
Uint8attribute2
Uint8fighter
ResultRangeresultRange

DataStoreSharedDataInfo (Structure)

TypeName
Uint64dataId
Uint32ownerId
Uint8dataType
Stringcomment
qBuffermetaBinary
qBufferprofile
Sint64rating
DateTimecreatedTime
DataStoreFileServerObjectInfoinfo

DataStoreSearchReplayParam (Structure)

TypeName
Uint8mode
Uint8style
Uint8fighter
ResultRangeresultRange

DataStorePostFightingPowerScoreParam (Structure)

TypeName
Uint8mode
Uint32score
BoolisWorldHighScore

DataStoreFightingPowerScore (Structure)

TypeName
Uint32score
Uint32rank

DataStoreFightingPowerChart (Structure)

TypeName
Uint32userNum
List<DataStoreFightingPowerScore>chart

DataStoreReplayPlayer (Structure)

TypeName
Uint8fighter
Uint8health
Uint16winningRate
Uint8color
Uint8color2
Uint32principalId
Uint32country
Uint8region
Uint8number

DataStoreFileServerObjectInfo (Structure)

TypeName
Uint64dataId
DataStoreReqGetInfogetInfo
Contents