amxmodx/gamedata/common.games/gamerules.games/tfc/offsets-chalflifemultiplay.txt
2015-11-02 20:10:34 +01:00

61 lines
1.0 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"
{
"CHalfLifeMultiplay"
{
"Offsets"
{
"m_flIntermissionEndTime" // float
{
"type" "float"
"windows" "4"
"linux" "4"
"mac" "4"
}
"m_flIntermissionStartTime" // float
{
"type" "float"
"windows" "8"
"linux" "8"
"mac" "8"
}
"m_iEndIntermissionButtonHit" // BOOL
{
"type" "integer"
"windows" "12"
"linux" "12"
"mac" "12"
}
}
}
}
}
}
/**
* Class Hierarchy
* -
* CGameRules
* CHalfLifeMultiplay
*/