- Found in:
- SKSE
Description
Wiki Description
Clears the specified race flag. (This function requires SKSE)
Documentation Comment
clears the specified race flag
Caveats
CK Wiki - Notes
None
Parameters
intn
CK Wiki Description
the Nth Race Flag
Examples
; Prevents Nords to swim
NordRace.ClearRaceFlag(0x00000040)
; Prevents Orcs to be pick-pocketed
OrcRef.GetRace().ClearRaceFlag(23)Auto-Generated Example
int myInt__n
myRace__toCallFunctionOn.ClearRaceFlag(myInt__n)Related Pages
- Race
- Race.IsRaceFlagSet(...)
- Race.SetRaceFlag(...)
- List of Race Flags
