MCPcopy Create free account
hub / github.com/clementgallet/libTAS / write

Method write

src/program/lua/Memory.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Lua::Memory::write(uintptr_t addr, void* value, int size)
119{
120 MemAccess::write(value, reinterpret_cast<void*>(addr), size);
121}
122
123/* Define a macro to declare all write functions */
124#define WRITEFUNCINT(NAME, TYPEU, TYPES) \

Callers 8

Celeste2libTAS.pyFile · 0.45
hltasjoy2libTAS.pyFile · 0.45
Dustmod2libTAS.pyFile · 0.45
hltas2libTAS.pyFile · 0.45
saveChainsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected