- Found in:
- Steelfeathers' PE
Description
Documentation Comment
Same as SetFormActorOwner(), but sets the owner to the passed-in faction instead.
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__inventoryObjRef
Form myForm__item
Faction myFaction__owner
bool returnedValue = SteelfeathersPapyrusExtensions.SetFormFactionOwner(myObjectReference__inventoryObjRef, myForm__item, myFaction__owner)