Class CMomentaryRotButton
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMomentaryRotButton : CRotButton, IEquatable<CEntityInstance>
- Inheritance
-
objectCMomentaryRotButton
- Implements
- Inherited Members
Constructors
CMomentaryRotButton(nint)
public CMomentaryRotButton(nint pointer)
Parameters
pointernint
Properties
Direction
[SchemaMember("CMomentaryRotButton", "m_direction")]
public ref int Direction { get; }
Property Value
End
[SchemaMember("CMomentaryRotButton", "m_end")]
public QAngle End { get; }
Property Value
IdealYaw
[SchemaMember("CMomentaryRotButton", "m_IdealYaw")]
public ref float IdealYaw { get; }
Property Value
LastUsed
[SchemaMember("CMomentaryRotButton", "m_lastUsed")]
public ref int LastUsed { get; }
Property Value
Noise
[SchemaMember("CMomentaryRotButton", "m_sNoise")]
public string Noise { get; set; }
Property Value
OnFullyClosed
[SchemaMember("CMomentaryRotButton", "m_OnFullyClosed")]
public CEntityIOOutput OnFullyClosed { get; }
Property Value
OnFullyOpen
[SchemaMember("CMomentaryRotButton", "m_OnFullyOpen")]
public CEntityIOOutput OnFullyOpen { get; }
Property Value
OnReachedPosition
[SchemaMember("CMomentaryRotButton", "m_OnReachedPosition")]
public CEntityIOOutput OnReachedPosition { get; }
Property Value
OnUnpressed
[SchemaMember("CMomentaryRotButton", "m_OnUnpressed")]
public CEntityIOOutput OnUnpressed { get; }
Property Value
ReturnSpeed
[SchemaMember("CMomentaryRotButton", "m_returnSpeed")]
public ref float ReturnSpeed { get; }
Property Value
Start
[SchemaMember("CMomentaryRotButton", "m_start")]
public QAngle Start { get; }
Property Value
StartPosition
[SchemaMember("CMomentaryRotButton", "m_flStartPosition")]
public ref float StartPosition { get; }
Property Value
UpdateTarget
[SchemaMember("CMomentaryRotButton", "m_bUpdateTarget")]
public ref bool UpdateTarget { get; }