mirror of
https://files.creativekara.fr/git/poschangelib.git
synced 2024-11-19 21:53:52 +01:00
9 lines
442 B
Plaintext
9 lines
442 B
Plaintext
# Interval in seconds between position checking
|
|
# The lesser it is, the more accurate it is but also the more resources demanding.
|
|
poschangelib_check_interval (Check interval) float 0.3 0.05
|
|
|
|
# Distance between two checks that is considered to be a teleportation and won't
|
|
# compute interpolated positions between last known position and current position.
|
|
# Set to 0 to disable checking.
|
|
poschangelib_teleport_range (Teleport range) int 10 0
|