DB/ObjectEffectModifier: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==9183== ID, int unknown, bool[3] unknown, float[4] Category:DBC)
 
No edit summary
Line 1: Line 1:
==9183==
struct ObjectEffectModifierEntry // sizeof(0x20)
  ID, int
  {
unknown, bool[3]
    m_ID; // +0x0, size 0x4, type 0
  unknown, float[4]
    m_inputType; // +0x4, size 0x4, type 0
    m_mapType; // +0x8, size 0x4, type 0
    m_outputType; // +0xC, size 0x4, type 0
    m_param; // +0x10, size 0x10, type 3
  };


[[Category:DBC]]
[[Category:DBC]]

Revision as of 20:38, 16 April 2011

struct ObjectEffectModifierEntry // sizeof(0x20)
{
   m_ID; // +0x0, size 0x4, type 0
   m_inputType; // +0x4, size 0x4, type 0
   m_mapType; // +0x8, size 0x4, type 0
   m_outputType; // +0xC, size 0x4, type 0
   m_param; // +0x10, size 0x10, type 3
};