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

Description

Wiki Description

Checks to see if this actor is the horse the player last rode.

Documentation Comment

Checks to see if this actor the last ridden horse of the player


Caveats


Examples

; Did the player just ride Ed?
if Ed.IsPlayersLastRiddenHorse()
  Debug.Trace("The player just rode Ed!")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsPlayersLastRiddenHorse()

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.