MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / incStringRef

Method incStringRef

Engine/source/sim/netStringTable.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void NetStringTable::incStringRef(U32 id)
58{
59 AssertFatal(table[id].refCount != 0 || table[id].scriptRefCount != 0 , "Cannot inc ref count from zero.");
60 table[id].refCount++;
61}
62
63void NetStringTable::incStringRefScript(U32 id)
64{

Callers 2

NetStringHandleMethod · 0.80
NetStringHandleClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected