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

pub fn set_char_gen_stage(pid: u16, current_stage: i16, end_stage: i16)

Set the current and ending stages of character generation for a player.

This is used to repeat part of character generation or to only go through part of it.

pid The player ID.
current_stage The new current stage.
end_stage The new ending stage.

Returns void