--------------------------------------------------------------------------
| 280 | |
| 281 | //-------------------------------------------------------------------------- |
| 282 | bool HoverVehicleData::onAdd() |
| 283 | { |
| 284 | if(!Parent::onAdd()) |
| 285 | return false; |
| 286 | |
| 287 | return true; |
| 288 | } |
| 289 | |
| 290 | |
| 291 | bool HoverVehicleData::preload(bool server, String &errorStr) |
nothing calls this directly
no test coverage detected