Verify that the data stores a valid StoryPageButtonCursor value */
| 197 | |
| 198 | /** Verify that the data stores a valid StoryPageButtonCursor value */ |
| 199 | bool StoryPageButtonData::ValidateCursor() const |
| 200 | { |
| 201 | return GB(this->referenced_id, 8, 8) < SPBC_END; |
| 202 | } |
| 203 | |
| 204 | /** Verity that the data stored a valid VehicleType value */ |
| 205 | bool StoryPageButtonData::ValidateVehicleType() const |
no test coverage detected