#Player velocity
3 messages · Page 1 of 1 (latest)
player.Speed
you can get the player via:
var player = Scene.Tracker.GetEntity<Player>();
(or Engine.Scene if your function is not part of an entity)
Thanks. No idea how I didn't notice that lol