0x0047011C
| 277 | |
| 278 | // 0x0047011C |
| 279 | EntityBase* createEntityMoney() |
| 280 | { |
| 281 | if (getListCount(EntityListType::nullMoney) <= 0) |
| 282 | { |
| 283 | return nullptr; |
| 284 | } |
| 285 | |
| 286 | const auto newId = rawListHeads()[enumValue(EntityListType::nullMoney)]; |
| 287 | return createEntity(newId, EntityListType::misc); |
| 288 | } |
| 289 | |
| 290 | // 0x00470039 |
| 291 | EntityBase* createEntityVehicle() |
no test coverage detected