MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / load

Method load

src/hx/cppia/CppiaVars.cpp:74–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void CppiaVar::load(CppiaStream &stream)
75{
76 readAccess = getAccess(stream);
77 writeAccess = getAccess(stream);
78 isVirtual = stream.getBool();
79 nameId = stream.getInt();
80 typeId = stream.getInt();
81 if (stream.getInt())
82 init = createCppiaExpr(stream);
83}
84
85
86// Static...

Callers 1

LoadCppiaFunction · 0.45

Calls 3

createCppiaExprFunction · 0.85
getBoolMethod · 0.45
getIntMethod · 0.45

Tested by

no test coverage detected