Skip to content

Commit

Permalink
Merge pull request #35 from DaniElectra/smash4-mm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow authored Jan 6, 2025
2 parents 71841d0 + 3a68fe3 commit b89d70a
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 40 deletions.
22 changes: 21 additions & 1 deletion docs/nex/protocols/datastore/super-smash-bros-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This page describes the methods that are only seen in Super Smash Bros. 4. The p
| 61 | [GetFightingPowerChart](#61-getfightingpowerchart) |
| 62 | [GetFightingPowerChartAll](#62-getfightingpowerchartall) |
| 63 | [ReportSharedData](#63-reportshareddata) |
| 64 | GetSharedDataMeta |
| 64 | [GetSharedDataMeta](#64-getshareddatameta) |

### (45) PostProfile
#### Request
Expand Down Expand Up @@ -255,6 +255,19 @@ This method does not take any parameters.
#### Response
This method does not return anything.

### (64) GetSharedDataMeta
#### Request

| Type | Description |
| --------------------------------- | ----------- |
| [DataStoreGetSharedDataMetaParam] | param |

#### Response

| Type | Description |
| ------------------------- | --------------- |
| [DataStoreSharedDataInfo] | pSharedDataInfo |

## Types
### DataStorePostProfileParam ([Structure])

Expand Down Expand Up @@ -422,6 +435,12 @@ This method does not return anything.
| Uint64 | dataId |
| [DataStoreReqGetInfo] | getInfo |

### DataStoreGetSharedDataMetaParam ([Structure])

| Type | Description |
| -------- | ----------- |
| [String] | Unknown |

[Result]: /docs/nex/types#result
[String]: /docs/nex/types#string
[Buffer]: /docs/nex/types#buffer
Expand Down Expand Up @@ -451,6 +470,7 @@ This method does not return anything.
[DataStoreFightingPowerChart]: #datastorefightingpowerchart-structure
[DataStoreReplayPlayer]: #datastorereplayplayer-structure
[DataStoreFileServerObjectInfo]: #datastorefileserverobjectinfo-structure
[DataStoreGetSharedDataMetaParam]: #datastoregetshareddatametaparam-structure

[DataStoreReqGetInfo]: /docs/nex/protocols/datastore#datastorereqgetinfo-structure
[DataStoreReqPostInfo]: /docs/nex/protocols/datastore#datastorereqpostinfo-structure
Expand Down
Loading

0 comments on commit b89d70a

Please sign in to comment.