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

Method Set

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

Source from the content-addressed store, hash-verified

853 return RString();
854 }
855 template <class Type>
856 int Set(RString name, const Type& value)
857 {
858 return SetRaw(name, CreateArgument(value));
859 };
860
861 protected:

Callers 10

RefreshLanguageMethod · 0.45
DrawBackgroundMethod · 0.45
WriteEffectsFunction · 0.45
WriteTriggerFunction · 0.45
WriteVehicleFunction · 0.45
WriteUnitFunction · 0.45
ExportMissionFunction · 0.45
IssueCommandMethod · 0.45
ListTeamFunction · 0.45
ListSelectedUnitsFunction · 0.45

Calls 1

CreateArgumentFunction · 0.85

Tested by

no test coverage detected