sm_dump_netprops now shows classnames
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401646
This commit is contained in:
parent
fe8594a96a
commit
095dc2ec4b
@ -484,6 +484,7 @@ CON_COMMAND(sm_dump_netprops, "Dumps the networkable property table as a text fi
|
|||||||
ServerClass *pBase = gamedll->GetAllServerClasses();
|
ServerClass *pBase = gamedll->GetAllServerClasses();
|
||||||
while (pBase != NULL)
|
while (pBase != NULL)
|
||||||
{
|
{
|
||||||
|
fprintf(fp, "%s:\n", pBase->GetName());
|
||||||
UTIL_DrawSendTable(fp, pBase->m_pTable, 1);
|
UTIL_DrawSendTable(fp, pBase->m_pTable, 1);
|
||||||
pBase = pBase->m_pNext;
|
pBase = pBase->m_pNext;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user