Background for Skyrim SE
Member of the LibFire script
boolfunctionActorIsCommandedBy(ActorakActor, ActorakOtherActor)NativeGlobal

Description

Documentation Comment

Returns whether akActor is commanded by akOtherActor


Caveats


Parameters

ActorakActor

ActorakOtherActor


Examples

Auto-Generated Example

Actor myActor__akActor
Actor myActor__akOtherActor

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