MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddRow

Method AddRow

src/plugin/kernel/src/AFCTable.cpp:105–108  ·  view source on GitHub ↗

table set

Source from the content-addressed store, hash-verified

103
104// table set
105AFIRow* AFCTable::AddRow(uint32_t row /* = 0u*/)
106{
107 return AddRow(row, AFCDataList());
108}
109
110AFIRow* AFCTable::AddRow(uint32_t row, const AFIDataList& args)
111{

Callers 3

TableTestMethod · 0.80
TableCallBackTestMethod · 0.80
CreateAnPlayerAndInitMethod · 0.80

Calls 1

GetCountMethod · 0.45

Tested by

no test coverage detected