- Found in:
- SKSE
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
- Race
- Race.IsRaceFlagSet(...)
- Race.ClearRaceFlag(...)
- List of Race Flags
