Background for Skyrim SE
Member of the Actor script
FactionfunctionGetCrimeFaction()Native

Description

Wiki Description

Obtains the Faction this actor reports it's crimes to.

Documentation Comment

Get the faction this actor reports crimes to


Caveats


Examples

; Find the faction that Alice reports crimes to
Faction CrimeFaction = Alice.GetCrimeFaction()

Auto-Generated Example

Faction returnedValue = myActor__toCallFunctionOn.GetCrimeFaction()

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.