MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Clear

Method Clear

engine/Poseidon/Core/DynEnum.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13DynEnumCS::~DynEnumCS() = default;
14
15void DynEnumCS::Clear()
16{
17 _values.Clear();
18 _names.Clear();
19}
20
21void DynEnumCS::Close()
22{

Callers 2

CloseAllMethod · 0.45
SaveToParamFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected