MCPcopy 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
116int32_t Intent::GetSIntExtra(uint32_t key) const
117{
118 return static_cast<uint32_t>(getExtraImpl<int64_t>(_Data, key));
119}
120
121std::string Intent::GetStringExtra(uint32_t key) const
122{

Callers 1

OpenIntentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected