Gamedata: keep "class" comment for unknown type
This commit is contained in:
parent
222b1c651b
commit
8f90f30b07
|
@ -19,7 +19,7 @@
|
||||||
{
|
{
|
||||||
"Offsets"
|
"Offsets"
|
||||||
{
|
{
|
||||||
"m_profile" // const BotProfile*
|
"m_profile" // const class BotProfile*
|
||||||
{
|
{
|
||||||
"windows" "2480"
|
"windows" "2480"
|
||||||
"linux" "2500"
|
"linux" "2500"
|
||||||
|
|
|
@ -138,98 +138,98 @@
|
||||||
"mac" "2696"
|
"mac" "2696"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_idleState" // IdleState
|
"m_idleState" // class IdleState
|
||||||
{
|
{
|
||||||
"windows" "2684"
|
"windows" "2684"
|
||||||
"linux" "2704"
|
"linux" "2704"
|
||||||
"mac" "2704"
|
"mac" "2704"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_huntState" // HuntState
|
"m_huntState" // class HuntState
|
||||||
{
|
{
|
||||||
"windows" "2688"
|
"windows" "2688"
|
||||||
"linux" "2708"
|
"linux" "2708"
|
||||||
"mac" "2708"
|
"mac" "2708"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_attackState" // AttackState
|
"m_attackState" // class AttackState
|
||||||
{
|
{
|
||||||
"windows" "2696"
|
"windows" "2696"
|
||||||
"linux" "2716"
|
"linux" "2716"
|
||||||
"mac" "2716"
|
"mac" "2716"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_investigateNoiseState" // InvestigateNoiseState
|
"m_investigateNoiseState" // class InvestigateNoiseState
|
||||||
{
|
{
|
||||||
"windows" "2756"
|
"windows" "2756"
|
||||||
"linux" "2776"
|
"linux" "2776"
|
||||||
"mac" "2776"
|
"mac" "2776"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_buyState" // BuyState
|
"m_buyState" // class BuyState
|
||||||
{
|
{
|
||||||
"windows" "2772"
|
"windows" "2772"
|
||||||
"linux" "2792"
|
"linux" "2792"
|
||||||
"mac" "2792"
|
"mac" "2792"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_moveToState" // MoveToState
|
"m_moveToState" // class MoveToState
|
||||||
{
|
{
|
||||||
"windows" "2800"
|
"windows" "2800"
|
||||||
"linux" "2820"
|
"linux" "2820"
|
||||||
"mac" "2820"
|
"mac" "2820"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_fetchBombState" // FetchBombState
|
"m_fetchBombState" // class FetchBombState
|
||||||
{
|
{
|
||||||
"windows" "2824"
|
"windows" "2824"
|
||||||
"linux" "2844"
|
"linux" "2844"
|
||||||
"mac" "2844"
|
"mac" "2844"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_plantBombState" // PlantBombState
|
"m_plantBombState" // class PlantBombState
|
||||||
{
|
{
|
||||||
"windows" "2828"
|
"windows" "2828"
|
||||||
"linux" "2848"
|
"linux" "2848"
|
||||||
"mac" "2848"
|
"mac" "2848"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_defuseBombState" // DefuseBombState
|
"m_defuseBombState" // class DefuseBombState
|
||||||
{
|
{
|
||||||
"windows" "2832"
|
"windows" "2832"
|
||||||
"linux" "2852"
|
"linux" "2852"
|
||||||
"mac" "2852"
|
"mac" "2852"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_hideState" // HideState
|
"m_hideState" // class HideState
|
||||||
{
|
{
|
||||||
"windows" "2836"
|
"windows" "2836"
|
||||||
"linux" "2856"
|
"linux" "2856"
|
||||||
"mac" "2856"
|
"mac" "2856"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_escapeFromBombState" // EscapeFromBombState
|
"m_escapeFromBombState" // class EscapeFromBombState
|
||||||
{
|
{
|
||||||
"windows" "2900"
|
"windows" "2900"
|
||||||
"linux" "2920"
|
"linux" "2920"
|
||||||
"mac" "2920"
|
"mac" "2920"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_followState" // FollowState
|
"m_followState" // class FollowState
|
||||||
{
|
{
|
||||||
"windows" "2904"
|
"windows" "2904"
|
||||||
"linux" "2924"
|
"linux" "2924"
|
||||||
"mac" "2924"
|
"mac" "2924"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_useEntityState" // UseEntityState
|
"m_useEntityState" // class UseEntityState
|
||||||
{
|
{
|
||||||
"windows" "2980"
|
"windows" "2980"
|
||||||
"linux" "3000"
|
"linux" "3000"
|
||||||
"mac" "3000"
|
"mac" "3000"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_state" // BotState*
|
"m_state" // class BotState*
|
||||||
{
|
{
|
||||||
"windows" "2992"
|
"windows" "2992"
|
||||||
"linux" "3012"
|
"linux" "3012"
|
||||||
|
@ -656,7 +656,7 @@
|
||||||
"mac" "9988"
|
"mac" "9988"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_spotEncounter" // SpotEncounter*
|
"m_spotEncounter" // class SpotEncounter*
|
||||||
{
|
{
|
||||||
"windows" "9976"
|
"windows" "9976"
|
||||||
"linux" "9996"
|
"linux" "9996"
|
||||||
|
@ -915,7 +915,7 @@
|
||||||
"mac" "10953"
|
"mac" "10953"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_equipTimer" // IntervalTimer
|
"m_equipTimer" // class IntervalTimer
|
||||||
{
|
{
|
||||||
"windows" "10936"
|
"windows" "10936"
|
||||||
"linux" "10956"
|
"linux" "10956"
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
"mac" "644"
|
"mac" "644"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_pSchedule" // Schedule_t*
|
"m_pSchedule" // class Schedule_t*
|
||||||
{
|
{
|
||||||
"windows" "628"
|
"windows" "628"
|
||||||
"linux" "648"
|
"linux" "648"
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
"mac" "404"
|
"mac" "404"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_pSchedule" // Schedule_t*
|
"m_pSchedule" // class Schedule_t*
|
||||||
{
|
{
|
||||||
"windows" "388"
|
"windows" "388"
|
||||||
"linux" "408"
|
"linux" "408"
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
"mac" "924"
|
"mac" "924"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_TempSys" // RopeSampleData*[5]
|
"m_TempSys" // class RopeSampleData*[5]
|
||||||
{
|
{
|
||||||
"windows" "1164"
|
"windows" "1164"
|
||||||
"linux" "1180"
|
"linux" "1180"
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
"mac" "1200"
|
"mac" "1200"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_Spring" // Spring*
|
"m_Spring" // class Spring*
|
||||||
{
|
{
|
||||||
"windows" "1188"
|
"windows" "1188"
|
||||||
"linux" "1204"
|
"linux" "1204"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
{
|
{
|
||||||
"Offsets"
|
"Offsets"
|
||||||
{
|
{
|
||||||
"m_ClassData" // DBAreaClassData[12]
|
"m_ClassData" // class DBAreaClassData[12]
|
||||||
{
|
{
|
||||||
"windows" "1124"
|
"windows" "1124"
|
||||||
"linux" "1140"
|
"linux" "1140"
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
"mac" "1432"
|
"mac" "1432"
|
||||||
}
|
}
|
||||||
|
|
||||||
"m_pSchedule" // Schedule_t*
|
"m_pSchedule" // class Schedule_t*
|
||||||
{
|
{
|
||||||
"windows" "1416"
|
"windows" "1416"
|
||||||
"linux" "1436"
|
"linux" "1436"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user