MCPcopy Create free account
hub / github.com/DFHack/dfhack / readDWord

Function readDWord

library/include/MemAccess.h:101–104  ·  view source on GitHub ↗

read a 4-byte integer

Source from the content-addressed store, hash-verified

99
100 /// read a 4-byte integer
101 uint32_t readDWord(const void* address)
102 {
103 return *(uint32_t*)address;
104 }
105 /// read a 4-byte integer
106 void readDWord(const void* address, uint32_t& value)
107 {

Callers 2

ProcessMethod · 0.85
doReadClassNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected