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!")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsPlayersLastRiddenHorse()