ClearRaceFlag - Race
SKSE Member of: Race Script
Clears the specified race flag. (This function requires SKSE)
SyntaxEdit
Function ClearRaceFlag(Int n) native
ParametersEdit
- n: the Nth Race Flag
Return ValueEdit
None
ExamplesEdit
; Prevents Nords to swim
NordRace.ClearRaceFlag(0x00000040)
; Prevents Orcs to be pick-pocketed
OrcRef.GetRace().ClearRaceFlag(23)
NotesEdit
None