Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetStringExtra
Method
GetStringExtra
src/openrct2/windows/Intent.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
std::string Intent::GetStringExtra(uint32_t key) const
122
{
123
return getExtraImpl<std::string>(_Data, key);
124
}
125
126
CloseCallback Intent::GetCloseCallbackExtra(uint32_t key) const
127
{
Callers
1
OpenIntent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected