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

Method ClearDynamicArray

source/common/scripting/backend/codegen.cpp:13018–13022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13016}
13017
13018void FxLocalVariableDeclaration::ClearDynamicArray(VMFunctionBuilder *build)
13019{
13020 assert(clearExpr != nullptr);
13021 clearExpr->Emit(build);
13022}
13023
13024FxStaticArray::FxStaticArray(PType *type, FName name, FArgumentList &args, const FScriptPosition &pos)
13025 : FxLocalVariableDeclaration(NewArray(type, args.Size()), name, nullptr, VARF_Static|VARF_ReadOnly, pos)

Callers

nothing calls this directly

Calls 1

EmitMethod · 0.45

Tested by

no test coverage detected