SAKEGetRecordLimitOutput
Returned output object that specifies the maximum number of records that a profile can own in the table.
- typedef struct
- {
- int mLimitPerOwner;
- int mNumOwned;
- } SAKEGetRecordLimitOutput;
Members
- mLimitPerOwner
- Contains the maximum number of records that a profile can own in the table; corresponds to the limit per owner option that can be set using the Sake Administration website.
- mNumOwned
- Contains the number of records that the local profile currently owns in the table.
Section Reference: Gamespy Sake SDK
See Also: sakeGetRecordLimit, SAKERequestCallback