MCPcopy 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

groupsScrollPaintMethod · 0.85
onResizeMethod · 0.85
onScrollGetSizeMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected