- Found in:
- SKSE
Description
Wiki Description
Returns whether the specified race flag is set. (This function requires SKSE)
Documentation Comment
returns whether the specified race flag is set
Caveats
CK Wiki - Notes
None
Parameters
intn
CK Wiki Description
the Nth Race Flag
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__n
bool returnedValue = myRace__toCallFunctionOn.IsRaceFlagSet(myInt__n)Related Pages
- Race
- Race.SetRaceFlag(...)
- Race.ClearRaceFlag(...)
- List of Race Flags
