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

Method GetValues

Source/Engine/Engine/GameplayGlobals.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Dictionary<String, Variant> GameplayGlobals::GetValues() const
18{
19 ScopeLock lock(Locker);
20 Dictionary<String, Variant> result;
21 for (auto& e : Variables)
22 result.Add(e.Key, e.Value.Value);
23 return result;
24}
25
26void GameplayGlobals::SetValues(const Dictionary<String, Variant>& values)
27{

Callers 9

ClearMethod · 0.45
NextEnumMethod · 0.45
GetAssetsMethod · 0.45
~FlaxStorageMethod · 0.45
CloseFileHandlesMethod · 0.45
GetEntriesMethod · 0.45
GroupByMethod · 0.45
GetObjectsMethod · 0.45
~ContextMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected