Gamedata: Add CS class hierarchy as comment for convenience
This commit is contained in:
@ -117,7 +117,7 @@
|
||||
"mac" "264"
|
||||
}
|
||||
|
||||
"m_pfnCallWhenMoveDone" // void*
|
||||
"m_pfnCallWhenMoveDone" // (*__pfn)(CBaseToggle*)
|
||||
{
|
||||
"windows" "256"
|
||||
"linux" "272"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_sMaster" // string_t
|
||||
{
|
||||
"windows" "292"
|
||||
"windows" "288"
|
||||
"linux" "308"
|
||||
"mac" "308"
|
||||
}
|
||||
@ -156,3 +156,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class Hierarchy
|
||||
* -
|
||||
* CBaseEntity
|
||||
* CBaseDelay
|
||||
* CBaseAnimating
|
||||
* CBaseToggle
|
||||
*/
|
||||
|
Reference in New Issue
Block a user