|
| 1 | +// <auto-generated /> |
| 2 | +#nullable enable |
| 3 | +#pragma warning disable CS1591 |
| 4 | + |
| 5 | +using System; |
| 6 | +using System.Diagnostics; |
| 7 | +using System.Drawing; |
| 8 | +using CounterStrikeSharp; |
| 9 | +using CounterStrikeSharp.API.Modules.Events; |
| 10 | +using CounterStrikeSharp.API.Modules.Entities; |
| 11 | +using CounterStrikeSharp.API.Modules.Memory; |
| 12 | +using CounterStrikeSharp.API.Modules.Utils; |
| 13 | +using CounterStrikeSharp.API.Core.Attributes; |
| 14 | + |
| 15 | +namespace CounterStrikeSharp.API.Core; |
| 16 | + |
| 17 | +public partial class CFuncRotator : CBaseModelEntity |
| 18 | +{ |
| 19 | + public CFuncRotator (IntPtr pointer) : base(pointer) {} |
| 20 | + |
| 21 | + // m_hRotatorTarget |
| 22 | + [SchemaMember("CFuncRotator", "m_hRotatorTarget")] |
| 23 | + public CHandle<CBaseEntity> RotatorTarget => Schema.GetDeclaredClass<CHandle<CBaseEntity>>(this.Handle, "CFuncRotator", "m_hRotatorTarget"); |
| 24 | + |
| 25 | + // m_bIsRotating |
| 26 | + [SchemaMember("CFuncRotator", "m_bIsRotating")] |
| 27 | + public ref bool IsRotating => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bIsRotating"); |
| 28 | + |
| 29 | + // m_bIsReversing |
| 30 | + [SchemaMember("CFuncRotator", "m_bIsReversing")] |
| 31 | + public ref bool IsReversing => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bIsReversing"); |
| 32 | + |
| 33 | + // m_flTimeToReachMaxSpeed |
| 34 | + [SchemaMember("CFuncRotator", "m_flTimeToReachMaxSpeed")] |
| 35 | + public ref float TimeToReachMaxSpeed => ref Schema.GetRef<float>(this.Handle, "CFuncRotator", "m_flTimeToReachMaxSpeed"); |
| 36 | + |
| 37 | + // m_flTimeToReachZeroSpeed |
| 38 | + [SchemaMember("CFuncRotator", "m_flTimeToReachZeroSpeed")] |
| 39 | + public ref float TimeToReachZeroSpeed => ref Schema.GetRef<float>(this.Handle, "CFuncRotator", "m_flTimeToReachZeroSpeed"); |
| 40 | + |
| 41 | + // m_flDistanceAlongArcTraveled |
| 42 | + [SchemaMember("CFuncRotator", "m_flDistanceAlongArcTraveled")] |
| 43 | + public ref float DistanceAlongArcTraveled => ref Schema.GetRef<float>(this.Handle, "CFuncRotator", "m_flDistanceAlongArcTraveled"); |
| 44 | + |
| 45 | + // m_flTimeToWaitOscillate |
| 46 | + [SchemaMember("CFuncRotator", "m_flTimeToWaitOscillate")] |
| 47 | + public ref float TimeToWaitOscillate => ref Schema.GetRef<float>(this.Handle, "CFuncRotator", "m_flTimeToWaitOscillate"); |
| 48 | + |
| 49 | + // m_flTimeRotationStart |
| 50 | + [SchemaMember("CFuncRotator", "m_flTimeRotationStart")] |
| 51 | + public ref float TimeRotationStart => ref Schema.GetRef<float>(this.Handle, "CFuncRotator", "m_flTimeRotationStart"); |
| 52 | + |
| 53 | + // m_qLSPrevChange |
| 54 | + [SchemaMember("CFuncRotator", "m_qLSPrevChange")] |
| 55 | + public Quaternion LSPrevChange => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qLSPrevChange"); |
| 56 | + |
| 57 | + // m_qWSPrev |
| 58 | + [SchemaMember("CFuncRotator", "m_qWSPrev")] |
| 59 | + public Quaternion WSPrev => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qWSPrev"); |
| 60 | + |
| 61 | + // m_qWSInit |
| 62 | + [SchemaMember("CFuncRotator", "m_qWSInit")] |
| 63 | + public Quaternion WSInit => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qWSInit"); |
| 64 | + |
| 65 | + // m_qLSInit |
| 66 | + [SchemaMember("CFuncRotator", "m_qLSInit")] |
| 67 | + public Quaternion LSInit => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qLSInit"); |
| 68 | + |
| 69 | + // m_qLSOrientation |
| 70 | + [SchemaMember("CFuncRotator", "m_qLSOrientation")] |
| 71 | + public Quaternion LSOrientation => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qLSOrientation"); |
| 72 | + |
| 73 | + // m_OnRotationStarted |
| 74 | + [SchemaMember("CFuncRotator", "m_OnRotationStarted")] |
| 75 | + public CEntityIOOutput OnRotationStarted => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnRotationStarted"); |
| 76 | + |
| 77 | + // m_OnRotationCompleted |
| 78 | + [SchemaMember("CFuncRotator", "m_OnRotationCompleted")] |
| 79 | + public CEntityIOOutput OnRotationCompleted => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnRotationCompleted"); |
| 80 | + |
| 81 | + // m_OnOscillate |
| 82 | + [SchemaMember("CFuncRotator", "m_OnOscillate")] |
| 83 | + public CEntityIOOutput OnOscillate => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnOscillate"); |
| 84 | + |
| 85 | + // m_OnOscillateStartArrive |
| 86 | + [SchemaMember("CFuncRotator", "m_OnOscillateStartArrive")] |
| 87 | + public CEntityIOOutput OnOscillateStartArrive => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnOscillateStartArrive"); |
| 88 | + |
| 89 | + // m_OnOscillateStartDepart |
| 90 | + [SchemaMember("CFuncRotator", "m_OnOscillateStartDepart")] |
| 91 | + public CEntityIOOutput OnOscillateStartDepart => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnOscillateStartDepart"); |
| 92 | + |
| 93 | + // m_OnOscillateEndArrive |
| 94 | + [SchemaMember("CFuncRotator", "m_OnOscillateEndArrive")] |
| 95 | + public CEntityIOOutput OnOscillateEndArrive => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnOscillateEndArrive"); |
| 96 | + |
| 97 | + // m_OnOscillateEndDepart |
| 98 | + [SchemaMember("CFuncRotator", "m_OnOscillateEndDepart")] |
| 99 | + public CEntityIOOutput OnOscillateEndDepart => Schema.GetDeclaredClass<CEntityIOOutput>(this.Handle, "CFuncRotator", "m_OnOscillateEndDepart"); |
| 100 | + |
| 101 | + // m_bOscillateDepart |
| 102 | + [SchemaMember("CFuncRotator", "m_bOscillateDepart")] |
| 103 | + public ref bool OscillateDepart => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bOscillateDepart"); |
| 104 | + |
| 105 | + // m_nOscillateCount |
| 106 | + [SchemaMember("CFuncRotator", "m_nOscillateCount")] |
| 107 | + public ref Int32 OscillateCount => ref Schema.GetRef<Int32>(this.Handle, "CFuncRotator", "m_nOscillateCount"); |
| 108 | + |
| 109 | + // m_eRotateType |
| 110 | + [SchemaMember("CFuncRotator", "m_eRotateType")] |
| 111 | + public ref CFuncRotatorRotate_t RotateType => ref Schema.GetRef<CFuncRotatorRotate_t>(this.Handle, "CFuncRotator", "m_eRotateType"); |
| 112 | + |
| 113 | + // m_ePrevRotateType |
| 114 | + [SchemaMember("CFuncRotator", "m_ePrevRotateType")] |
| 115 | + public ref CFuncRotatorRotate_t PrevRotateType => ref Schema.GetRef<CFuncRotatorRotate_t>(this.Handle, "CFuncRotator", "m_ePrevRotateType"); |
| 116 | + |
| 117 | + // m_bHasTargetOverride |
| 118 | + [SchemaMember("CFuncRotator", "m_bHasTargetOverride")] |
| 119 | + public ref bool HasTargetOverride => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bHasTargetOverride"); |
| 120 | + |
| 121 | + // m_qOrientationOverride |
| 122 | + [SchemaMember("CFuncRotator", "m_qOrientationOverride")] |
| 123 | + public Quaternion OrientationOverride => Schema.GetDeclaredClass<Quaternion>(this.Handle, "CFuncRotator", "m_qOrientationOverride"); |
| 124 | + |
| 125 | + // m_eSpaceOverride |
| 126 | + [SchemaMember("CFuncRotator", "m_eSpaceOverride")] |
| 127 | + public ref RotatorTargetSpace_t SpaceOverride => ref Schema.GetRef<RotatorTargetSpace_t>(this.Handle, "CFuncRotator", "m_eSpaceOverride"); |
| 128 | + |
| 129 | + // m_qAngularVelocity |
| 130 | + [SchemaMember("CFuncRotator", "m_qAngularVelocity")] |
| 131 | + public QAngle AngularVelocity => Schema.GetDeclaredClass<QAngle>(this.Handle, "CFuncRotator", "m_qAngularVelocity"); |
| 132 | + |
| 133 | + // m_vLookAtForcedUp |
| 134 | + [SchemaMember("CFuncRotator", "m_vLookAtForcedUp")] |
| 135 | + public Vector LookAtForcedUp => Schema.GetDeclaredClass<Vector>(this.Handle, "CFuncRotator", "m_vLookAtForcedUp"); |
| 136 | + |
| 137 | + // m_strRotatorTarget |
| 138 | + [SchemaMember("CFuncRotator", "m_strRotatorTarget")] |
| 139 | + public string StrRotatorTarget |
| 140 | + { |
| 141 | + get { return Schema.GetUtf8String(this.Handle, "CFuncRotator", "m_strRotatorTarget"); } |
| 142 | + set { Schema.SetString(this.Handle, "CFuncRotator", "m_strRotatorTarget", value); } |
| 143 | + } |
| 144 | + |
| 145 | + // m_bRecordHistory |
| 146 | + [SchemaMember("CFuncRotator", "m_bRecordHistory")] |
| 147 | + public ref bool RecordHistory => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bRecordHistory"); |
| 148 | + |
| 149 | + // m_vecRotatorHistory |
| 150 | + [SchemaMember("CFuncRotator", "m_vecRotatorHistory")] |
| 151 | + public NetworkedVector<RotatorHistoryEntry_t> RotatorHistory => Schema.GetDeclaredClass<NetworkedVector<RotatorHistoryEntry_t>>(this.Handle, "CFuncRotator", "m_vecRotatorHistory"); |
| 152 | + |
| 153 | + // m_bReturningToPreviousOrientation |
| 154 | + [SchemaMember("CFuncRotator", "m_bReturningToPreviousOrientation")] |
| 155 | + public ref bool ReturningToPreviousOrientation => ref Schema.GetRef<bool>(this.Handle, "CFuncRotator", "m_bReturningToPreviousOrientation"); |
| 156 | + |
| 157 | + // m_vecRotatorQueue |
| 158 | + [SchemaMember("CFuncRotator", "m_vecRotatorQueue")] |
| 159 | + public NetworkedVector<RotatorQueueEntry_t> RotatorQueue => Schema.GetDeclaredClass<NetworkedVector<RotatorQueueEntry_t>>(this.Handle, "CFuncRotator", "m_vecRotatorQueue"); |
| 160 | + |
| 161 | + // m_vecRotatorQueueHistory |
| 162 | + [SchemaMember("CFuncRotator", "m_vecRotatorQueueHistory")] |
| 163 | + public NetworkedVector<RotatorHistoryEntry_t> RotatorQueueHistory => Schema.GetDeclaredClass<NetworkedVector<RotatorHistoryEntry_t>>(this.Handle, "CFuncRotator", "m_vecRotatorQueueHistory"); |
| 164 | + |
| 165 | +} |
0 commit comments