Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RefreshLanguage
Method · 0.45
DrawBackground
Method · 0.45
WriteEffects
Function · 0.45
WriteTrigger
Function · 0.45
WriteVehicle
Function · 0.45
WriteUnit
Function · 0.45
ExportMission
Function · 0.45
IssueCommand
Method · 0.45
ListTeam
Function · 0.45
ListSelectedUnits
Function · 0.45
Calls
1
CreateArgument
Function · 0.85
Tested by
no test coverage detected