コード例 #1
0
ファイル: tf_gamemovement.cpp プロジェクト: Navton/TF2Classic
Vector CTFGameMovement::GetPlayerViewOffset( bool ducked ) const
{
	return ducked ? VEC_DUCK_VIEW : ( m_pTFPlayer->GetClassEyeHeight() );
}