Background for Skyrim SE
Member of the Race script
voidfunctionClearRaceFlag(intn)Native

Description

Wiki Description

Clears the specified race flag. (This function requires SKSE)

Documentation Comment

clears the specified race flag


Caveats

CK Wiki - Notes

None


Parameters

intn

CK Wiki Description

the Nth Race Flag


Examples

; Prevents Nords to swim
NordRace.ClearRaceFlag(0x00000040)

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

Auto-Generated Example

int myInt__n

myRace__toCallFunctionOn.ClearRaceFlag(myInt__n)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.