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

Method RequestAddress

source/common/scripting/backend/codegen.cpp:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457//==========================================================================
458
459bool FxExpression::RequestAddress(FCompileContext &ctx, bool *writable)
460{
461 if (writable != nullptr) *writable = false;
462 return false;
463}
464
465//==========================================================================
466//

Callers 1

ResolveMethod · 0.80

Calls 4

IsWritableMethod · 0.80
toPointerMethod · 0.80
isPointerMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected