This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "IsRidingHorse"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>QQuix
(Formatting)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Syntax:'''
(IsRidingHorse:bool) ActorRef.IsRidingHorse
Returns 1 if the actor is currently riding a horse.
Returns 1 if the actor is currently riding a horse.
==See Also==
*[[GetRider]]


[[Category: Functions]]
[[Category: Functions]]
Line 9: Line 16:
[[Category: Actor State Functions (CS 1.0)]]
[[Category: Actor State Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
<!-- Begin Search Terms
Is
Riding
Horse
End Search Terms -->

Latest revision as of 11:03, 3 August 2009

Syntax:

(IsRidingHorse:bool) ActorRef.IsRidingHorse

Returns 1 if the actor is currently riding a horse.


See Also[edit | edit source]