This page describes the methods that are only seen in Animal Crossing: Happy Home Designer.
Methods
(45) GetObjectInfos
Request
Type | Name |
---|---|
List<Uint64> | dataIds |
Response
Type | Name |
---|---|
List<DataStoreFileServerObjectInfo> | pInfos |
(46) GetMetaByOwnerId
Request
Type | Name |
---|---|
DataStoreGetMetaByOwnerIdParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(47) GetMetaByUniqueId
Request
Type | Name |
---|---|
DataStoreGetMetaByUniqueIdParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(48) SearchHouseNew
Request
Type | Name |
---|---|
DataStoreSearchHouseParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(49) SearchHousePopular
Request
Type | Name |
---|---|
DataStoreSearchHouseParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(50) SearchHouseResident
Request
Type | Name |
---|---|
DataStoreSearchHouseParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(51) SearchHouseContest
Request
Type | Name |
---|---|
DataStoreSearchHouseParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(52) SearchHouseContestRandom
Request
Type | Name |
---|---|
DataStoreSearchHouseParam | param |
Response
Type | Name |
---|---|
List<DataStoreMetaInfo> | pMetaInfo |
Bool | pHasNext |
(53) AddToBufferQueue
Request
Type | Name |
---|---|
BufferQueueParam | param |
qBuffer | buffer |
Response
This method does not return anything.
(54) GetBufferQueue
Request
Type | Name |
---|---|
BufferQueueParam | param |
Response
(55) GetBufferQueues
Request
Type | Name |
---|---|
List<BufferQueueParam> | params |
Response
(56) ClearBufferQueues
Request
Type | Name |
---|---|
List<BufferQueueParam> | params |
Response
(57) GetContestEntryCount
Request
This method does not take any parameters
Response
Type | Name |
---|---|
Uint32 | pEntries |
Types
DataStoreFileServerObjectInfo (Structure)
Type | Name |
---|---|
Uint64 | dataId |
DataStoreReqGetInfo | getInfo |
DataStoreGetMetaByOwnerIdParam (Structure)
Type | Name |
---|---|
List<Uint32> | ownerIds |
List<Uint16> | dataTypes |
Uint8 | resultOption |
ResultRange | resultRange |
DataStoreGetMetaByUniqueIdParam (Structure)
Type | Name |
---|---|
List<Uint64> | uniqueIds |
List<Uint16> | dataTypes |
Uint8 | resultOption |
ResultRange | resultRange |
DataStoreSearchHouseParam (Structure)
Type | Name |
---|---|
Uint16 | dataType |
Buffer | resultOrderColumns |
ResultRange | resultRange |
Uint8 | resultOption |
Uint8 | region |
Uint8 | country |
BufferQueueParam (Structure)
Type | Name |
---|---|
Uint64 | dataId |
Uint32 | slot |