MCPcopy Create free account
hub / github.com/SapphireServer/Sapphire / ArrayEventHandler

Method ArrayEventHandler

src/common/Exd/ExdDataGenerated.cpp:570–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570Sapphire::Data::ArrayEventHandler::ArrayEventHandler( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData )
571{
572 auto row = exdData->m_ArrayEventHandlerDat.get_row( row_id );
573 data.push_back( exdData->getField< uint32_t >( row, 0 ) );
574 data.push_back( exdData->getField< uint32_t >( row, 1 ) );
575 data.push_back( exdData->getField< uint32_t >( row, 2 ) );
576 data.push_back( exdData->getField< uint32_t >( row, 3 ) );
577 data.push_back( exdData->getField< uint32_t >( row, 4 ) );
578 data.push_back( exdData->getField< uint32_t >( row, 5 ) );
579 data.push_back( exdData->getField< uint32_t >( row, 6 ) );
580 data.push_back( exdData->getField< uint32_t >( row, 7 ) );
581 data.push_back( exdData->getField< uint32_t >( row, 8 ) );
582 data.push_back( exdData->getField< uint32_t >( row, 9 ) );
583 data.push_back( exdData->getField< uint32_t >( row, 10 ) );
584 data.push_back( exdData->getField< uint32_t >( row, 11 ) );
585 data.push_back( exdData->getField< uint32_t >( row, 12 ) );
586 data.push_back( exdData->getField< uint32_t >( row, 13 ) );
587 data.push_back( exdData->getField< uint32_t >( row, 14 ) );
588 data.push_back( exdData->getField< uint32_t >( row, 15 ) );
589}
590
591Sapphire::Data::AttackType::AttackType( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData )
592{

Callers

nothing calls this directly

Calls 1

get_rowMethod · 0.80

Tested by

no test coverage detected