Update CS offsets

This commit is contained in:
Arkshine
2015-08-10 12:28:44 +02:00
parent f4f4d966f3
commit db14b0eae8
111 changed files with 1968 additions and 25 deletions

View File

@@ -21,6 +21,8 @@
{
"pev" // entvars_t*
{
"type" "entvars"
"windows" "4"
"linux" "4"
"mac" "4"
@@ -28,6 +30,8 @@
"m_pGoalEnt" // CBaseEntity*
{
"type" "classptr"
"windows" "8"
"linux" "8"
"mac" "8"
@@ -35,6 +39,8 @@
"m_pLink" // CBaseEntity*
{
"type" "classptr"
"windows" "12"
"linux" "12"
"mac" "12"
@@ -42,6 +48,8 @@
"m_pfnThink" // (*__pfn)(CBaseEntity*)
{
"type" "function"
"windows" "16"
"linux" "16"
"mac" "16"
@@ -49,6 +57,8 @@
"m_pfnTouch" // (*__pfn)(CBaseEntity*, CBaseEntity*)
{
"type" "function"
"windows" "20"
"linux" "24"
"mac" "24"
@@ -56,6 +66,8 @@
"m_pfnUse" // (*__pfn)(CBaseEntity*, CBaseEntity*, CBaseEntity*, USE_TYPE, float)
{
"type" "function"
"windows" "24"
"linux" "32"
"mac" "32"
@@ -63,6 +75,8 @@
"m_pfnBlocked" // (*__pfn)(CBaseEntity*, CBaseEntity*)
{
"type" "function"
"windows" "28"
"linux" "40"
"mac" "40"
@@ -70,6 +84,8 @@
"current_ammo" // int*
{
"type" "pointer"
"windows" "32"
"linux" "48"
"mac" "48"
@@ -77,6 +93,8 @@
"currentammo" // float
{
"type" "time"
"windows" "36"
"linux" "52"
"mac" "52"
@@ -84,6 +102,8 @@
"maxammo_buckshot" // int
{
"type" "integer"
"windows" "40"
"linux" "56"
"mac" "56"
@@ -91,6 +111,8 @@
"ammo_buckshot" // int
{
"type" "integer"
"windows" "44"
"linux" "60"
"mac" "60"
@@ -98,6 +120,8 @@
"maxammo_9mm" // int
{
"type" "integer"
"windows" "48"
"linux" "64"
"mac" "64"
@@ -105,6 +129,8 @@
"ammo_9mm" // int
{
"type" "integer"
"windows" "52"
"linux" "68"
"mac" "68"
@@ -112,6 +138,8 @@
"maxammo_556nato" // int
{
"type" "integer"
"windows" "56"
"linux" "72"
"mac" "72"
@@ -119,6 +147,8 @@
"ammo_556nato" // int
{
"type" "integer"
"windows" "60"
"linux" "76"
"mac" "76"
@@ -126,6 +156,8 @@
"maxammo_556natobox" // int
{
"type" "integer"
"windows" "64"
"linux" "80"
"mac" "80"
@@ -133,6 +165,8 @@
"ammo_556natobox" // int
{
"type" "integer"
"windows" "68"
"linux" "84"
"mac" "84"
@@ -140,6 +174,8 @@
"maxammo_762nato" // int
{
"type" "integer"
"windows" "72"
"linux" "88"
"mac" "88"
@@ -147,6 +183,8 @@
"ammo_762nato" // int
{
"type" "integer"
"windows" "76"
"linux" "92"
"mac" "92"
@@ -154,6 +192,8 @@
"maxammo_45acp" // int
{
"type" "integer"
"windows" "80"
"linux" "96"
"mac" "96"
@@ -161,6 +201,8 @@
"ammo_45acp" // int
{
"type" "integer"
"windows" "84"
"linux" "100"
"mac" "100"
@@ -168,6 +210,8 @@
"maxammo_50ae" // int
{
"type" "integer"
"windows" "88"
"linux" "104"
"mac" "104"
@@ -175,6 +219,8 @@
"ammo_50ae" // int
{
"type" "integer"
"windows" "92"
"linux" "108"
"mac" "108"
@@ -182,6 +228,8 @@
"maxammo_338mag" // int
{
"type" "integer"
"windows" "96"
"linux" "112"
"mac" "112"
@@ -189,6 +237,8 @@
"ammo_338mag" // int
{
"type" "integer"
"windows" "100"
"linux" "116"
"mac" "116"
@@ -196,6 +246,8 @@
"maxammo_57mm" // int
{
"type" "integer"
"windows" "104"
"linux" "120"
"mac" "120"
@@ -203,6 +255,8 @@
"ammo_57mm" // int
{
"type" "integer"
"windows" "108"
"linux" "124"
"mac" "124"
@@ -210,6 +264,8 @@
"maxammo_357sig" // int
{
"type" "integer"
"windows" "112"
"linux" "128"
"mac" "128"
@@ -217,6 +273,8 @@
"ammo_357sig" // int
{
"type" "integer"
"windows" "116"
"linux" "132"
"mac" "132"
@@ -224,6 +282,8 @@
"m_flStartThrow" // float
{
"type" "time"
"windows" "120"
"linux" "136"
"mac" "136"
@@ -231,6 +291,8 @@
"m_flReleaseThrow" // float
{
"type" "time"
"windows" "124"
"linux" "140"
"mac" "140"
@@ -238,6 +300,8 @@
"m_iSwing" // int
{
"type" "integer"
"windows" "128"
"linux" "144"
"mac" "144"
@@ -245,6 +309,8 @@
"has_disconnected" // bool
{
"type" "boolean"
"windows" "132"
"linux" "148"
"mac" "148"