ClearRaceFlag - Race
Revision as of 09:06, 8 September 2012 by imported>Seigneur Voland
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.ClearRaceFlag(0x00000040)
; Prevents Orcs to be pick-pocketed
OrcRef.GetRace().ClearRaceFlag(23)
Notes
None