The RaceMenu script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like RaceMenu (RaceMenu).
For this script, the Papyrus index knows about:
- 27 events
- 21 functions
- 16 properties
Inheritance Tree
No indexed scripts extend this script.
Properties
racemenu
- inttint_type_hair=128
- inttint_type_bodypaint=256
- inttint_type_handpaint=257
- inttint_type_feetpaint=258
- inttint_type_facepaint=259
- intmax_presets=4
- intmax_morphs=19
- intskse_major_version=2
- intskse_minor_version=0
- intskse_beta_version=7
- intskse_release_version=56
- intracemenubase_script_version=7
- intchargen_script_version=4
- intskee_version=1
- intnioverride_script_version=6
- stringdefault_overlay="ctors\\Character\\Overlays\\Default.dds"
Events
- Found in:
- RaceMenu
eventOnInitialized()- Found in:
- RaceMenu
eventOnGameReload()- Found in:
- RaceMenu
eventOnNiNodeUpdate(ObjectReferenceakRef)- Found in:
- RaceMenu
eventOn3DLoaded(ObjectReferenceakRef)- Found in:
- RaceMenu
eventOnMenuOpen(stringmenuName)- Found in:
- RaceMenu
eventOnMenuClose(stringmenuName)- Found in:
- RaceMenu
eventOnMenuInitialized(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuReinitialized(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuSliderChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnHairColorChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnTintColorChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnTintTextureChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnOverlayGlowColorChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnOverlayColorChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnOverlayTextureChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnShadersInvalidated(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnToggleLight(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnTintSave(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnTintLoad(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnLoadClipboard(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnSaveClipboard(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnClipboardData(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnClipboardFinished(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnBodyPaintRequest()- Found in:
- RaceMenu
eventOnHandPaintRequest()- Found in:
- RaceMenu
eventOnFeetPaintRequest()- Found in:
- RaceMenu
eventOnFacePaintRequest()
