MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / incStringRefScript

Method incStringRefScript

engine/source/network/netStringTable.cc:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void NetStringTable::incStringRefScript(U32 id)
64{
65 AssertFatal(table[id].refCount != 0 || table[id].scriptRefCount != 0 , "Cannot inc ref count from zero.");
66 table[id].scriptRefCount++;
67}
68
69U32 NetStringTable::addString(const char *string)
70{

Calls

no outgoing calls

Tested by

no test coverage detected