Background for Skyrim SE

Race


Inheritance Tree

No indexed scripts extend this script.

Properties

skse

intkrace_playable=0x1
intkrace_facegenhead=0x2
intkrace_child=0x4
intkrace_tiltfrontback=0x8
intkrace_tiltleftright=0x10
intkrace_noshadow=0x20
intkrace_swims=0x40
intkrace_flies=0x80
intkrace_walks=0x100
intkrace_immobile=0x200
intkrace_notpushable=0x400
intkrace_nocombatinwater=0x800
intkrace_norotatingtoheadtrack=0x1000
intkrace_useheadtrackanim=0x8000
intkrace_spellsalignwithmagicnode=0x10000
intkrace_useworldraycasts=0x20000
intkrace_allowragdollcollision=0x40000
intkrace_cantopendoors=0x100000
intkrace_allowpcdialogue=0x200000
intkrace_noknockdowns=0x400000
intkrace_allowpickpocket=0x800000
intkrace_alwaysuseproxycontroller=0x1000000
intkrace_allowmultiplemembraneshaders=0x20000000
intkrace_avoidsroads=0x80000000
Events
Functions
intfunctionGetSpellCount()Native

Returns the number of spells for the race. (This function requires SKSE)

SpellfunctionGetNthSpell(intn)Native

Returns the specified spell from the race. (This function requires SKSE)

boolfunctionIsRaceFlagSet(intn)Native

Returns whether the specified race flag is set. (This function requires SKSE)

voidfunctionSetRaceFlag(intn)Native

Sets the specified race flag. (This function requires SKSE)

voidfunctionClearRaceFlag(intn)Native

Clears the specified race flag. (This function requires SKSE)

VoiceTypefunctionGetDefaultVoiceType(boolfemale)Native

Returns the races default voice type

voidfunctionSetDefaultVoiceType(boolfemale, VoiceTypevoice)Native

Sets the races default voice type

ArmorfunctionGetSkin()Native

Gets/sets the skin of the race

voidfunctionSetSkin(Armorskin)Native
intfunctionGetNumPlayableRaces()NativeGlobal

Returns the number of playable races

RacefunctionGetNthPlayableRace(intn)NativeGlobal

Returns the nth playable race

RacefunctionGetRace(stringeditorId)NativeGlobal

Returns a race by it's editorId name

boolfunctionIsPlayable()
voidfunctionMakePlayable()
voidfunctionMakeUnplayable()
boolfunctionIsChildRace()
voidfunctionMakeChildRace()
voidfunctionMakeNonChildRace()
boolfunctionCanFly()
voidfunctionMakeCanFly()
voidfunctionMakeNonFlying()
boolfunctionCanSwim()
voidfunctionMakeCanSwim()
voidfunctionMakeNonSwimming()
boolfunctionCanWalk()
voidfunctionMakeCanWalk()
voidfunctionMakeNonWalking()
boolfunctionIsImmobile()
voidfunctionMakeImmobile()
voidfunctionMakeMobile()
boolfunctionIsNotPushable()
voidfunctionMakeNotPushable()
voidfunctionMakePushable()
boolfunctionNoKnockdowns()
voidfunctionMakeNoKnockdowns()
voidfunctionClearNoKNockdowns()
boolfunctionNoCombatInWater()
voidfunctionSetNoCombatInWater()
voidfunctionClearNoCombatInWater()
boolfunctionAvoidsRoads()
voidfunctionSetAvoidsRoads()
voidfunctionClearAvoidsRoads()
boolfunctionAllowPickpocket()
voidfunctionSetAllowPickpocket()
voidfunctionClearAllowPickpocket()
boolfunctionAllowPCDialogue()
voidfunctionSetAllowPCDialogue()
voidfunctionClearAllowPCDialogue()
boolfunctionCantOpenDoors()
voidfunctionSetCantOpenDoors()
voidfunctionClearCantOpenDoors()
boolfunctionNoShadow()
voidfunctionSetNoShadow()
voidfunctionClearNoShadow()
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.