MCPcopy 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
121std::string Intent::GetStringExtra(uint32_t key) const
122{
123 return getExtraImpl<std::string>(_Data, key);
124}
125
126CloseCallback Intent::GetCloseCallbackExtra(uint32_t key) const
127{

Callers 1

OpenIntentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected