MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetValue

Method GetValue

source/common/scripting/backend/codegen.h:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 ExpVal GetValue() const
576 {
577 return value;
578 }
579 ExpEmit Emit(VMFunctionBuilder *build);
580
581 friend class FxTypeCast;

Callers 15

GetIntConstFunction · 0.45
GetFloatConstFunction · 0.45
GetFuncConstFunction · 0.45
GetStringConstMethod · 0.45
IntConstFromNodeMethod · 0.45
StringConstFromNodeMethod · 0.45
CompileConstantMethod · 0.45
CompileArraysMethod · 0.45
ResolveArraySizeMethod · 0.45
CompileFunctionMethod · 0.45
StringConstToCharFunction · 0.45
ResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected