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

pub fn set_selected_spell_id(pid: u16, spell_id: &str)

Set the ID of a player's selected spell.

This changes the spell ID recorded for that player in the server memory, but does not by itself
send a packet.

pid The player ID.
spell_id The spell ID.

Returns void