SAKEGetRecordCountInput
Input object passed to sakeGetRecordCount.
- typedef struct
- {
- char * mTableId;
- char * mFilter;
- gsi_bool mCacheFlag;
- } SAKEGetRecordCountInput;
Members
- mTableId
- Points to the tableid of the table to be searched.
- mFilter
- SQL-like filter string which is used to filter which records are to be looked at when getting the record count.
- mCacheFlag
- Enables caching if set to gsi_true. Defaults to no caching if none is specified.
Section Reference: Gamespy Sake SDK
See Also: sakeGetRecordCount