Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ incRefCount
Method
incRefCount
Engine/source/core/util/refBase.h:201–204 ·
view source on GitHub ↗
Increments the reference count.
Source
from the content-addressed store, hash-verified
199
200
/// Increments the reference count.
201
void incRefCount()
202
{
203
mRefCount++;
204
}
205
206
/// Decrements the reference count.
207
void decRefCount()
Callers
4
set
Method · 0.45
incRef
Method · 0.45
_set
Method · 0.45
getWeakReference
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected