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

Method RequestAddress

src/common/scripting/backend/codegen.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481//==========================================================================
482
483bool FxExpression::RequestAddress(FCompileContext &ctx, bool *writable)
484{
485 if (writable != nullptr) *writable = false;
486 return false;
487}
488
489//==========================================================================
490//

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