MCPcopy Create free account
hub / github.com/carbonengine/trinity / WrapCopy

Method WrapCopy

trinity/UI/Tr2MainWindow.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182Tr2MainWindowStatePtr Tr2MainWindowState::State::WrapCopy() const
183{
184 Tr2MainWindowStatePtr result;
185 result.CreateInstance();
186 result->m_state = *this;
187 return result;
188}
189
190
191std::string Tr2MainWindowState::ToString() const

Callers 2

SetStateMethod · 0.80
GetStateScriptMethod · 0.80

Calls 1

CreateInstanceMethod · 0.80

Tested by

no test coverage detected