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

Method SetConstantDW

sdk/angelscript/source/as_compiler.cpp:17728–17734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17726}
17727
17728void asCExprValue::SetConstantDW(const asCDataType &dt, asDWORD value)
17729{
17730 Set(dt);
17731
17732 isConstant = true;
17733 SetConstantDW(value);
17734}
17735
17736void asCExprValue::SetConstantB(const asCDataType &dt, asBYTE value)
17737{

Calls 1

GetSizeInMemoryBytesMethod · 0.80

Tested by

no test coverage detected