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

Method GetSourceMode

engine/Poseidon/UI/DisplayUI.hpp:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 return false;
376 if (_sourceMode == 3 && m.source != ModRowSource::Workshop)
377 return false;
378 if (_sourceMode == 4 && m.source != ModRowSource::Local)
379 return false;
380 if (_nameFilter.GetLength() > 0 && !ContainsNoCase(m.name, _nameFilter))

Callers 3

OnButtonClickedMethod · 0.80
ApplyInitialSortMethod · 0.80
MergeWorkshopModsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected