SwiftlyS2

CCSPlayerModernJump

Interface CCSPlayerModernJump

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CCSPlayerModernJump : ISchemaClass<CCSPlayerModernJump>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

LastActualJumpPressFrac

ref float LastActualJumpPressFrac { get; }
Property Value

LastActualJumpPressTick

GameTick_t LastActualJumpPressTick { get; }
Property Value

LastLandedFrac

ref float LastLandedFrac { get; }
Property Value

LastLandedTick

GameTick_t LastLandedTick { get; }
Property Value

LastLandedVelocityX

ref float LastLandedVelocityX { get; }
Property Value

LastLandedVelocityY

ref float LastLandedVelocityY { get; }
Property Value

LastLandedVelocityZ

ref float LastLandedVelocityZ { get; }
Property Value

LastUsableJumpPressFrac

ref float LastUsableJumpPressFrac { get; }
Property Value

LastUsableJumpPressTick

GameTick_t LastUsableJumpPressTick { get; }
Property Value

Methods

LastActualJumpPressFracUpdated()

void LastActualJumpPressFracUpdated()

LastActualJumpPressTickUpdated()

void LastActualJumpPressTickUpdated()

LastLandedFracUpdated()

void LastLandedFracUpdated()

LastLandedTickUpdated()

void LastLandedTickUpdated()

LastLandedVelocityXUpdated()

void LastLandedVelocityXUpdated()

LastLandedVelocityYUpdated()

void LastLandedVelocityYUpdated()

LastLandedVelocityZUpdated()

void LastLandedVelocityZUpdated()

LastUsableJumpPressFracUpdated()

void LastUsableJumpPressFracUpdated()

LastUsableJumpPressTickUpdated()

void LastUsableJumpPressTickUpdated()

On this page