MCPcopy Create free account
hub / github.com/chrxh/alien / getTpsRestriction

Method getTpsRestriction

source/EngineImpl/EngineWorker.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336int EngineWorker::getTpsRestriction() const
337{
338 auto result = _tpsRestriction.load();
339 return result;
340}
341
342void EngineWorker::setTpsRestriction(int value)
343{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected