MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetDotnetCommandArg

Method GetDotnetCommandArg

Source/Editor/Cooker/GameCooker.cpp:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327String CookingData::GetDotnetCommandArg() const
328{
329 int32 version = Tools->GetDotnetVersion();
330 if (version == 0)
331 return String::Empty;
332 return String::Format(TEXT("-dotnet={}"), version);
333}
334
335void CookingData::StepProgress(const String& info, const float stepProgress) const
336{

Callers 3

PerformMethod · 0.80
PerformMethod · 0.80
PerformMethod · 0.80

Calls 2

GetDotnetVersionMethod · 0.80
FormatFunction · 0.50

Tested by

no test coverage detected