Skip to content

SKGCharacterMovementComponent

Sneaky Kitty edited this page Mar 12, 2024 · 1 revision

Details Panel

image

Sprinting

image

Sprint Speed

This is the speed at which you can sprint at when sprinting.

Super Sprint Speed

This is the speed at which you can sprint at when super sprinting.

Move Direction Tolerance

This is used when calculating the direction when Sprint Sideways is false.

Can Only Sprint Forwards

If true, you can only sprint forwards, not backwards.

Sprint Sideways

If true, you can sprint sideways left/right.

Sprint Sideways Speed

If sprinting sideways, this is the speed that is used.

Walking

image

Min Walk Speed Multiplier

This is the minimum multiplier value that can be used to modify your walk speed (for incremental walk speed similar to tarkov).

Max Walk Speed Multiplier

This is the maximum multiplier value that can be used to modify your walk speed (for incremental walk speed similar to tarkov).

Functions

Start Sprinting

This function will start sprinting.

Stop Sprinting

This function will stop sprinting.

IsSprinting

This function will return true if sprinting, false if not.

SetWalkSpeedMultiplier

This function will set your walk speed multiplier to a multiplier you specify.

IncreaseWalkSpeedMultiplier

This function will increase your walk speed multiplier so you walk faster.

DecreaseWalkSpeedMultiplier

This function will decrease your walk speed multiplier so you walk slower.