ClearRaceFlag - Race
Revision as of 07:51, 8 September 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Race Script Clears the specified race flag. (This function requires SKSE) == Syntax =...")
SKSE Member of: Race Script
Clears the specified race flag. (This function requires SKSE)
Syntax
Function ClearRaceFlag(Int n) native
Parameters
- n: the Nth Race Flag
Return Value
None
Examples
; Prevents Nords to swim
NordRace.ClearRaceFlagSet(0x00000040)
; Prevents Orcs to be pick-pocketed
OrcRef.GetRace().ClearRaceFlagSet(23)
Notes
None