MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SavedVarType

Enum SavedVarType

TombEngine/Scripting/Include/ScriptInterfaceGame.h:19–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19enum class SavedVarType
20{
21 Bool,
22 String,
23 Number,
24 IndexTable,
25 Vec2,
26 Vec3,
27 Rotation,
28 Time,
29 Color,
30 FuncName,
31
32 NumTypes
33};
34
35using SavedVar = std::variant<
36 bool,

Callers 1

BuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected