Background for Skyrim SE
Member of the Race script
voidfunctionSetRaceFlag(intn)Native

Description

Wiki Description

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

Documentation Comment

sets the specified race flag


Caveats

CK Wiki - Notes

None


Parameters

intn

CK Wiki Description

the Nth Race Flag


Examples

; Let the Player activate cows so he can talk to them
CowRace.SetRaceFlag(0x00200000)

; Makes this bandit and his race considered as Child
BanditRef.GetRace().SetRaceFlag(2)

Auto-Generated Example

int myInt__n

myRace__toCallFunctionOn.SetRaceFlag(myInt__n)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.