MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / FieldDef

Method FieldDef

Source/Structs/FieldDef.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "../GUI/GUICommon.h"
6
7FieldDef::FieldDef()
8{
9 m_structOffset = 0;
10 m_size = 0;
11 m_entry = new MemWatchEntry();
12}
13
14FieldDef::FieldDef(u32 offset, u32 size, bool is_padding)
15{

Callers

nothing calls this directly

Calls 1

isPaddingMethod · 0.80

Tested by

no test coverage detected