GetPlayersLastRiddenHorse - Game

From the Fallout4 CreationKit Wiki
Revision as of 17:20, 18 October 2011 by imported>Plplecuyer (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Obtains the horse last ridden by the player.

Syntax[edit | edit source]

Actor Function GetPlayersLastRiddenHorse() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The horse ref that the player last rode if there is one.

Examples[edit | edit source]

Actor PlayerHorse = Game.GetPlayersLastRiddenHorse()

See Also[edit | edit source]