Class FuncMoverMovementSummary_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class FuncMoverMovementSummary_t : NativeObject
- Inheritance
-
object
FuncMoverMovementSummary_t
- Inherited Members
-
Constructors
FuncMoverMovementSummary_t(nint)
public FuncMoverMovementSummary_t(nint pointer)
Parameters
pointer nint
Properties
FlEndT
[SchemaMember("FuncMoverMovementSummary_t", "flEndT")]
public ref float FlEndT { get; }
Property Value
- float
FlStartT
[SchemaMember("FuncMoverMovementSummary_t", "flStartT")]
public ref float FlStartT { get; }
Property Value
- float
HPathMover
[SchemaMember("FuncMoverMovementSummary_t", "hPathMover")]
public CHandle<CPathMover> HPathMover { get; }
Property Value
- CHandle<CPathMover>
NFlags
[SchemaMember("FuncMoverMovementSummary_t", "nFlags")]
public ref FuncMoverMovementSummaryFlags_t NFlags { get; }
Property Value
- FuncMoverMovementSummaryFlags_t
NMovementMode
[SchemaMember("FuncMoverMovementSummary_t", "nMovementMode")]
public ref int NMovementMode { get; }
Property Value
- int
NStartNodeIndex
[SchemaMember("FuncMoverMovementSummary_t", "nStartNodeIndex")]
public ref int NStartNodeIndex { get; }
Property Value
- int
NStopNodeIndex
[SchemaMember("FuncMoverMovementSummary_t", "nStopNodeIndex")]
public ref int NStopNodeIndex { get; }
Property Value
- int
NTick
[SchemaMember("FuncMoverMovementSummary_t", "nTick")]
public ref int NTick { get; }
Property Value
- int