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

Method fromStream

src/hx/cppia/CppiaVars.cpp:386–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385
386void CppiaStackVar::fromStream(CppiaStream &stream)
387{
388 nameId = stream.getInt();
389 id = stream.getInt();
390 capture = stream.getBool();
391 typeId = stream.getInt();
392}
393
394void CppiaStackVar::setInFrame(unsigned char *inFrame,Dynamic inValue)
395{

Callers 4

VarDeclMethod · 0.45
ForExprMethod · 0.45
TryExprMethod · 0.45
ScriptCallableMethod · 0.45

Calls 2

getIntMethod · 0.45
getBoolMethod · 0.45

Tested by

no test coverage detected