| 131 | } |
| 132 | |
| 133 | Sapphire::Data::ActionParam::ActionParam( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData ) |
| 134 | { |
| 135 | auto row = exdData->m_ActionParamDat.get_row( row_id ); |
| 136 | name = exdData->getField< int16_t >( row, 0 ); |
| 137 | } |
| 138 | |
| 139 | Sapphire::Data::ActionProcStatus::ActionProcStatus( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData ) |
| 140 | { |