Background for Skyrim SE
Member of the DbSkseFunctions script
boolfunctionWouldActorBeStealing(ActorakActor, ObjectReferenceakTarget)NativeGlobal

Description

Documentation Comment

would the akActor be stealing the akTarget if they took it?


Caveats


Parameters

ActorakActor

ObjectReferenceakTarget


Examples

Auto-Generated Example

Actor myActor__akActor
ObjectReference myObjectReference__akTarget

bool returnedValue = DbSkseFunctions.WouldActorBeStealing(myActor__akActor, myObjectReference__akTarget)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.