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!")
endIfAuto-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
