Function set_is_male

Source
pub fn set_is_male(pid: u16, state: i16)
Expand description

Set whether a player is male or not.

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

Returns void