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

Method getTpsRestriction

source/EngineImpl/SimulationFacadeImpl.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360std::optional<int> _SimulationFacadeImpl::getTpsRestriction() const
361{
362 auto result = _worker.getTpsRestriction();
363 return 0 != result ? std::optional<int>(result) : std::optional<int>();
364}
365
366void _SimulationFacadeImpl::setTpsRestriction(std::optional<int> const& value)
367{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected