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