class ResultRange
Maintains the size and offset of a search results list.
The size is the maximum number of entries to get from among all entries that match the search conditions, and the offset is the starting position of the entries to get.
If you specify RESULTRANGE_ANY_OFFSET
for the offset, the game server randomly shuffles all search results and returns to the client the number of entries specified by size.
ResultRange
|
Constructor. | |
---|---|---|
SetOffset
|
Sets the offset value. | |
V |
GetOffset
|
Gets the offset value. |
SetSize
|
Sets the maximum number of entries to get. | |
V |
GetSize
|
Gets the maximum number of entries to get. |
operator++
|
Increments the maximum number of entries to get. |
CONFIDENTIAL