Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ sample
Method
sample
Engine/source/util/sampler.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
virtual void sample( U32 key, bool value )
264
{
265
lookup( key )->set( value );
266
}
267
virtual void sample( U32 key, S32 value )
268
{
269
lookup( key )->set( value );
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected