Class CFuncRotating
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CFuncRotating : CBaseModelEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CFuncRotating
- Implements
-
- Inherited Members
-
Constructors
CFuncRotating(nint)
public CFuncRotating(nint pointer)
Parameters
pointer
nint
Properties
AccelDecel
[SchemaMember("CFuncRotating", "m_bAccelDecel")]
public ref bool AccelDecel { get; }
Property Value
- bool
Attenuation
[SchemaMember("CFuncRotating", "m_flAttenuation")]
public ref float Attenuation { get; }
Property Value
- float
BlockDamage
[SchemaMember("CFuncRotating", "m_flBlockDamage")]
public ref float BlockDamage { get; }
Property Value
- float
ClientAngles
[SchemaMember("CFuncRotating", "m_vecClientAngles")]
public QAngle ClientAngles { get; }
Property Value
- QAngle
ClientOrigin
[SchemaMember("CFuncRotating", "m_vecClientOrigin")]
public Vector ClientOrigin { get; }
Property Value
- Vector
FanFriction
[SchemaMember("CFuncRotating", "m_flFanFriction")]
public ref float FanFriction { get; }
Property Value
- float
LocalRotationVector
[SchemaMember("CFuncRotating", "m_localRotationVector")]
public Vector LocalRotationVector { get; }
Property Value
- Vector
MaxSpeed
[SchemaMember("CFuncRotating", "m_flMaxSpeed")]
public ref float MaxSpeed { get; }
Property Value
- float
NoiseRunning
[SchemaMember("CFuncRotating", "m_NoiseRunning")]
public string NoiseRunning { get; set; }
Property Value
- string
OnReachedStart
[SchemaMember("CFuncRotating", "m_OnReachedStart")]
public CEntityIOOutput OnReachedStart { get; }
Property Value
- CEntityIOOutput
OnStarted
[SchemaMember("CFuncRotating", "m_OnStarted")]
public CEntityIOOutput OnStarted { get; }
Property Value
- CEntityIOOutput
OnStopped
[SchemaMember("CFuncRotating", "m_OnStopped")]
public CEntityIOOutput OnStopped { get; }
Property Value
- CEntityIOOutput
PrevLocalAngles
[SchemaMember("CFuncRotating", "m_prevLocalAngles")]
public QAngle PrevLocalAngles { get; }
Property Value
- QAngle
Reversed
[SchemaMember("CFuncRotating", "m_bReversed")]
public ref bool Reversed { get; }
Property Value
- bool
Start
[SchemaMember("CFuncRotating", "m_angStart")]
public QAngle Start { get; }
Property Value
- QAngle
StopAtStartPos
[SchemaMember("CFuncRotating", "m_bStopAtStartPos")]
public ref bool StopAtStartPos { get; }
Property Value
- bool
TargetSpeed
[SchemaMember("CFuncRotating", "m_flTargetSpeed")]
public ref float TargetSpeed { get; }
Property Value
- float
Volume
[SchemaMember("CFuncRotating", "m_flVolume")]
public ref float Volume { get; }
Property Value
- float