MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / PatchEntry

Class PatchEntry

Engine/source/console/compiler.h:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330protected:
331
332 typedef struct PatchEntry
333 {
334 U32 addr; ///< Address to patch
335 U32 value; ///< Value to place at addr
336
337 PatchEntry(): addr(0), value(0) { ; }
338 PatchEntry(U32 a, U32 v) : addr(a), value(v) { ; }
339 } PatchEntry;
340
341 typedef struct CodeData
342 {

Callers 1

patchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected