The RaceMenuBase 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:
- 28 events
- 26 functions
- 20 properties
Inheritance Tree
| Script | Extended By |
|---|---|
| — | |
| — |
Properties
racemenu
- stringracesex_menu="aceSex Menu"
- stringmenu_root="root.RaceSexMenuBaseInstance.RaceSexPanelsInstance."
- intcategory_race=2
- intcategory_body=4
- intcategory_head=8
- intcategory_face=16
- intcategory_eyes=32
- intcategory_brow=64
- intcategory_mouth=128
- intcategory_hair=256
- intcategory_extra=512
- intbuffer_textures=1
- intbuffer_categories=2
- intbuffer_sliders=4
- Actor_playeractor=NONE
- ActorBase_playeractorbase=NONE
- string_targetmenu=""
- string_targetroot=""
- Actor_targetactor=NONE
- ActorBase_targetactorbase=NONE
Events
- Found in:
- RaceMenu
eventOnInitialized()- Found in:
- RaceMenu
eventOnGameReload()- Found in:
- RaceMenu
eventOnCellLoaded(ObjectReferenceakRef)- Found in:
- RaceMenu
eventOnChangeRace(ActorakActor)- Found in:
- RaceMenu
eventOn3DLoaded(ObjectReferenceakRef)- Found in:
- RaceMenu
eventOnReceivePrefix(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnReceiveMenuName(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnReceiveRootName(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnReceiveRestore(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnReceiveDataRequest(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuInitialized(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuReinitialized(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuCategoriesInitialized(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuSliderChange(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnMenuLoadPlugins(stringeventName, stringstrArg, floatnumArg, FormformArg)- Found in:
- RaceMenu
eventOnReloadSettings(Actorplayer, ActorBaseplayerBase)- Found in:
- RaceMenu
eventOnWarpaintRequest()- Found in:
- RaceMenu
eventOnBodyPaintRequest()- Found in:
- RaceMenu
eventOnHandPaintRequest()- Found in:
- RaceMenu
eventOnFeetPaintRequest()- Found in:
- RaceMenu
eventOnFacePaintRequest()- Found in:
- RaceMenu
eventOnInitializeMenu(Actorplayer, ActorBaseplayerBase)- Found in:
- RaceMenu
eventOnResetMenu(Actorplayer, ActorBaseplayerBase)- Found in:
- RaceMenu
eventOnSliderRequest(Actorplayer, ActorBaseplayerBase, RaceactorRace, boolisFemale)- Found in:
- RaceMenu
eventOnCategoryRequest()- Found in:
- RaceMenu
eventOnSliderChanged(stringcallback, floatvalue)
Functions
- Found in:
- RaceMenu
- Found in:
- RaceMenu
Reinitializes variables if necessary
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
voidfunctionAddBodyPaintEx(stringname, stringtexture0, stringtexture1="gnore", stringtexture2="gnore", stringtexture3="gnore", stringtexture4="gnore", stringtexture5="gnore", stringtexture6="gnore", stringtexture7="gnore")- Found in:
- RaceMenu
- Found in:
- RaceMenu
voidfunctionAddHandPaintEx(stringname, stringtexture0, stringtexture1="gnore", stringtexture2="gnore", stringtexture3="gnore", stringtexture4="gnore", stringtexture5="gnore", stringtexture6="gnore", stringtexture7="gnore")- Found in:
- RaceMenu
- Found in:
- RaceMenu
voidfunctionAddFeetPaintEx(stringname, stringtexture0, stringtexture1="gnore", stringtexture2="gnore", stringtexture3="gnore", stringtexture4="gnore", stringtexture5="gnore", stringtexture6="gnore", stringtexture7="gnore")- Found in:
- RaceMenu
- Found in:
- RaceMenu
voidfunctionAddFacePaintEx(stringname, stringtexture0, stringtexture1="gnore", stringtexture2="gnore", stringtexture3="gnore", stringtexture4="gnore", stringtexture5="gnore", stringtexture6="gnore", stringtexture7="gnore")- Found in:
- RaceMenu
voidfunctionAddSliderEx(stringname, stringcategory_key, stringcallback, floatmin, floatmax, floatinterval, floatposition, intsection=0, intpriority=0)- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
- Found in:
- RaceMenu
voidfunctionSetSliderParametersEx(string[]callback, float[]min, float[]max, float[]interval, float[]position, int[]flags)- Found in:
- RaceMenu
3 - Both Buffers
5
