Function set_physics_framerate

Source
pub fn set_physics_framerate(pid: u16, physics_framerate: f64)
Expand description

Set the physics framerate for a player.

This changes the physics framerate for that player in the server memory, but does not by itself
send a packet.

pid The player ID.
physics_framerate The physics framerate.

Returns void