Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetNumActions
Function
GetNumActions
src/openrct2/network/NetworkBase.cpp:3837–3840 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3835
}
3836
3837
int32_t GetNumActions()
3838
{
3839
return static_cast<int32_t>(NetworkActions::kActions.size());
3840
}
3841
3842
StringId GetActionNameStringID(uint32_t index)
3843
{
Callers
3
groupsScrollPaint
Method · 0.85
onResize
Method · 0.85
onScrollGetSize
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected