amxmodx/gamedata/common.games/entities.games/dod/offsets-chandgrenade.txt
2015-08-07 20:13:54 +02:00

74 lines
1.3 KiB
Plaintext

/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your AMX Mod X install.
*
* To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed
* after AMXX's own.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X)
*/
"Games"
{
"#default"
{
"Classes"
{
"CHandGrenade"
{
"Offsets"
{
"angThrow" // Vector
{
"windows" "476"
"linux" "492"
"mac" "492"
}
"vecSrc" // Vector
{
"windows" "488"
"linux" "504"
"mac" "504"
}
"vecThrow" // Vector
{
"windows" "500"
"linux" "516"
"mac" "516"
}
"flVel" // float
{
"windows" "512"
"linux" "528"
"mac" "528"
}
"m_bUnderhand" // BOOL
{
"windows" "516"
"linux" "532"
"mac" "532"
}
}
}
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBasePlayerItem
* CBasePlayerWeapon
* CDoDGrenade
* CHandGrenade
*/