Background for Fallout 4
Member of the RefCollectionAlias script
boolfunctionIsOwnedObjectInList(ActoractorOwner)

Description

Wiki Description

Returns true if actorOwner owns anything in the collection

Documentation Comment

kmk
return true if actorOwner owns anything in the collection


Caveats


Parameters

ActoractorOwner

CK Wiki Description

The actor whose ownership we're looking for


Examples

;check for player ownership
if Alias_StolenItems.IsOwnedObjectInList(Game.GetPlayer())
  Debug.Trace("Player owns something...")
endIf

Auto-Generated Example

Actor myActor__actorOwner

bool returnedValue = myRefCollectionAlias__toCallFunctionOn.IsOwnedObjectInList(myActor__actorOwner)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.