Return index of field "index" in IndicesMsgFormat
| 363 | return new IndicesMsgFormat(); |
| 364 | } |
| 365 | |
| 366 | // Return index of field "index" in IndicesMsgFormat |
| 367 | int IndicesMsgFormatGetIndex(const NetworkMessageIndices* ind) |
| 368 | { |
| 369 | NET_ERROR(dynamic_cast<const IndicesMsgFormat*>(ind)) |
| 370 | const IndicesMsgFormat* indices = static_cast<const IndicesMsgFormat*>(ind); |
| 371 | |
| 372 | return indices->index; |
| 373 | } |
| 374 |
no outgoing calls
no test coverage detected