| 3045 | } |
| 3046 | |
| 3047 | Sapphire::Data::EventSystemDefine::EventSystemDefine( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData ) |
| 3048 | { |
| 3049 | auto row = exdData->m_EventSystemDefineDat.get_row( row_id ); |
| 3050 | text = exdData->getField< std::string >( row, 0 ); |
| 3051 | defineValue = exdData->getField< uint32_t >( row, 1 ); |
| 3052 | } |
| 3053 | |
| 3054 | Sapphire::Data::ExportedSG::ExportedSG( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData ) |
| 3055 | { |