MCPcopy Create free account
hub / github.com/anjo76/angelscript / SetNullConstant

Method SetNullConstant

sdk/angelscript/source/as_compiler.cpp:17900–17907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17898}
17899
17900void asCExprValue::SetNullConstant()
17901{
17902 Set(asCDataType::CreateNullHandle());
17903 isConstant = true;
17904 isExplicitHandle = false;
17905 qwordValue = 0;
17906 isLValue = false;
17907}
17908
17909bool asCExprValue::IsNullConstant() const
17910{

Callers 2

CompileConditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected