Background for Skyrim SE
Member of the ObjectReference script
voidfunctionSetNoFavorAllowed(boolabNoFavor=true)Native

[DEV SERVER] Loading description...


Caveats


Parameters

boolabNoFavor=true

CK Wiki Description

Whether the object can not be used as a favor by teammate

  • Default:True

Examples

; the teammate will not loot the container
container.SetNoFavorAllowed()
; teammates can loot the container
container.SetNoFavorAllowed(false)

Auto-Generated Example

bool myBool__abNoFavor

myObjectReference__toCallFunctionOn.SetNoFavorAllowed(myBool__abNoFavor)

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.