--------------------------------------------------------------------------
| 329 | |
| 330 | //-------------------------------------------------------------------------- |
| 331 | bool ProjectileData::onAdd() |
| 332 | { |
| 333 | if(!Parent::onAdd()) |
| 334 | return false; |
| 335 | |
| 336 | return true; |
| 337 | } |
| 338 | |
| 339 | |
| 340 | bool ProjectileData::preload(bool server, String &errorStr) |
nothing calls this directly
no test coverage detected