MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / RowsAffected

Method RowsAffected

zone/lua_database.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180uint64_t Lua_MySQLPreparedStmt::RowsAffected()
181{
182 return m_res.RowsAffected();
183}
184
185luabind::scope lua_register_database()
186{

Callers 7

ExpireMailMethod · 0.45
SetSpecialAttkFlagMethod · 0.45
EnableRecipeMethod · 0.45
DisableRecipeMethod · 0.45
command_spawnfixFunction · 0.45
command_roamboxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected