[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)