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

pub fn set_is_male(pid: u16, state: i16)

Set whether a player is male or not.

pid The player ID.
state Whether the player is male.

Returns void