ClearRaceFlag - Race

From the CreationKit Wiki
Revision as of 09:06, 8 September 2012 by imported>Seigneur Voland
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also