[][src]Function tes3mp_plugin::plugin::generated::set_physics_framerate

pub fn set_physics_framerate(pid: u16, physics_framerate: f64)

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