Background for Fallout 4
Member of the Actor script
boolfunctionIsBeingRiddenBy(ActorakActor)Native

Description

Wiki Description

Check if this actor is being ridden by another actor.

Documentation Comment

check if akActor is riding this actor


Caveats


Parameters

ActorakActor

CK Wiki Description

The actor we'd like to see if they are riding on the actor this function is called on


Examples

; Is the player riding the vertibird?
if Vertibird.IsBeingRiddenBy(Game.GetPlayer())
  Debug.Trace("The player is riding the vertibird!")
endIf

Auto-Generated Example

Actor myActor__akActor

bool returnedValue = myActor__toCallFunctionOn.IsBeingRiddenBy(myActor__akActor)

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.