Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ asSetLayer
Method
asSetLayer
Sources/Jazz2/Scripting/ScriptActorWrapper.cpp:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
void ScriptActorWrapper::asSetLayer(std::uint16_t value)
573
{
574
_renderer.setLayer(value);
575
}
576
577
void ScriptActorWrapper::asDecreaseHealth(std::int32_t amount)
578
{
Callers
nothing calls this directly
Calls
1
setLayer
Method · 0.45
Tested by
no test coverage detected