Difference between revisions of "SetRaceFlag - Race"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Seigneur Voland
(Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Race Script Sets the specified race flag. (This function requires SKSE) == Syntax == ...")
(No difference)

Revision as of 07:41, 8 September 2012

SKSE Member of: Race Script

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

Syntax

Function SetRaceFlag(Int n) native

Parameters

  • n: the Nth Race Flag

Return Value

None

Examples

; Let the Player activate cows so he can talk to them
CowRace.SetRaceFlagSet(0x00200000)

; Makes this bandit and his race considered as Child
BanditRef.GetRace().SetRaceFlagSet(2)

Notes

None

See Also