Class CMathRemap
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMathRemap : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CMathRemap
- Implements
-
- Inherited Members
-
Constructors
CMathRemap(nint)
public CMathRemap(nint pointer)
Parameters
pointer
nint
Properties
Enabled
[SchemaMember("CMathRemap", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
- bool
InMax
[SchemaMember("CMathRemap", "m_flInMax")]
public ref float InMax { get; }
Property Value
- float
InMin
[SchemaMember("CMathRemap", "m_flInMin")]
public ref float InMin { get; }
Property Value
- float
OldInValue
[SchemaMember("CMathRemap", "m_flOldInValue")]
public ref float OldInValue { get; }
Property Value
- float
OnFellBelowMax
[SchemaMember("CMathRemap", "m_OnFellBelowMax")]
public CEntityIOOutput OnFellBelowMax { get; }
Property Value
- CEntityIOOutput
OnFellBelowMin
[SchemaMember("CMathRemap", "m_OnFellBelowMin")]
public CEntityIOOutput OnFellBelowMin { get; }
Property Value
- CEntityIOOutput
OnRoseAboveMax
[SchemaMember("CMathRemap", "m_OnRoseAboveMax")]
public CEntityIOOutput OnRoseAboveMax { get; }
Property Value
- CEntityIOOutput
OnRoseAboveMin
[SchemaMember("CMathRemap", "m_OnRoseAboveMin")]
public CEntityIOOutput OnRoseAboveMin { get; }
Property Value
- CEntityIOOutput
Out1
[SchemaMember("CMathRemap", "m_flOut1")]
public ref float Out1 { get; }
Property Value
- float
Out2
[SchemaMember("CMathRemap", "m_flOut2")]
public ref float Out2 { get; }
Property Value
- float