ClearRaceFlag - Race

From the CreationKit Wiki
Revision as of 08: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 =...")
(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.ClearRaceFlagSet(0x00000040)

; Prevents Orcs to be pick-pocketed
OrcRef.GetRace().ClearRaceFlagSet(23)

Notes

None

See Also