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

Method EventSystemDefine

src/common/Exd/ExdDataGenerated.cpp:3047–3052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3045}
3046
3047Sapphire::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
3054Sapphire::Data::ExportedSG::ExportedSG( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData )
3055{

Callers

nothing calls this directly

Calls 1

get_rowMethod · 0.80

Tested by

no test coverage detected