ShowLimitedRaceMenu - Game

From the CreationKit Wiki
Revision as of 08:04, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script ''(Requires 1.6)'' Shows the race/sex change menu, but without the ability to change race or sex....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script (Requires 1.6)

Shows the race/sex change menu, but without the ability to change race or sex.

Syntax

Function ShowLimitedRaceMenu() native global

Parameters

None.

Return Value

None.

Examples

; Show the race/sex menu with out the ability to rename, change sex, or change race
Game.ShowLimitedRaceMenu()

See Also