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

Method ActionParam

src/common/Exd/ExdDataGenerated.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133Sapphire::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
139Sapphire::Data::ActionProcStatus::ActionProcStatus( uint32_t row_id, Sapphire::Data::ExdDataGenerated* exdData )
140{

Callers

nothing calls this directly

Calls 1

get_rowMethod · 0.80

Tested by

no test coverage detected