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

Method Get

engine/Poseidon/UI/Map/UIMapExtDisplay.cpp:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845 typedef AutoArray<Argument> base;
846
847 public:
848 RString Get(RString name) const
849 {
850 for (int i = 0; i < Size(); i++)
851 if (base::Get(i).name == name)
852 return base::Get(i).value;
853 return RString();
854 }
855 template <class Type>
856 int Set(RString name, const Type& value)

Callers 7

UpdatePlayersMethod · 0.45
DrawExtMethod · 0.45
ExtractValueFunction · 0.45
WriteToScriptMethod · 0.45
SendKilledMethod · 0.45
IsSelectedMethod · 0.45
ChangeSelectionMethod · 0.45

Calls 2

GetFunction · 0.50
RStringClass · 0.50

Tested by

no test coverage detected