Свойство | Type | Description | |
---|---|---|---|
Blend | Color4 |
Méthode | Description | |
---|---|---|
CalcBlend ( ) : void |
V_CalcBlend
|
|
CalcRoll ( Vector3 &angles, Vector3 &velocity ) : float |
V_CalcRoll Used by view and sv_user
|
|
Init ( ) : void | ||
ParseDamage ( ) : void | ||
RenderView ( ) : void |
V_RenderView The player's clipping box goes from (-16 -16 -24) to (16 16 32) from the entity origin, so any view position inside that will be valid
|
|
SetContentsColor ( int contents ) : void |
V_SetContentsColor Underwater, lava, etc each has a color shift
|
|
StartPitchDrift ( ) : void | ||
StopPitchDrift ( ) : void | ||
UpdatePalette ( ) : void |
Méthode | Description | |
---|---|---|
AddIdle ( float idleScale ) : void | ||
AngleDelta ( float a ) : float | ||
BonusFlash_f ( ) : void | ||
BoundOffsets ( ) : void | ||
BuildGammaTable ( float g ) : void | ||
CShift_f ( ) : void | ||
CalcBob ( ) : float | ||
CalcGunAngle ( ) : void |
CalcGunAngle
|
|
CalcIntermissionRefDef ( ) : void | ||
CalcPowerupCshift ( ) : void | ||
CalcRefDef ( ) : void | ||
CalcViewRoll ( ) : void | ||
CheckGamma ( ) : bool | ||
DriftPitch ( ) : void | ||
ShiftPalette ( byte palette ) : void | ||
View ( ) : System |
public static CalcRoll ( Vector3 &angles, Vector3 &velocity ) : float | ||
angles | Vector3 | |
velocity | Vector3 | |
Résultat | float |
public static SetContentsColor ( int contents ) : void | ||
contents | int | |
Résultat | void |