-
Notifications
You must be signed in to change notification settings - Fork 13
SKGCharacterMovementComponent
This is the speed at which you can sprint at when sprinting.
This is the speed at which you can sprint at when super sprinting.
This is used when calculating the direction when Sprint Sideways is false.
If true, you can only sprint forwards, not backwards.
If true, you can sprint sideways left/right.
If sprinting sideways, this is the speed that is used.
This is the minimum multiplier value that can be used to modify your walk speed (for incremental walk speed similar to tarkov).
This is the maximum multiplier value that can be used to modify your walk speed (for incremental walk speed similar to tarkov).
This function will start sprinting.
This function will stop sprinting.
This function will return true if sprinting, false if not.
This function will set your walk speed multiplier to a multiplier you specify.
This function will increase your walk speed multiplier so you walk faster.
This function will decrease your walk speed multiplier so you walk slower.