IsBeingRidden - Actor

From the CreationKit Wiki
Revision as of 09:15, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Is this actor being ridden? == Syntax == <source lang="papyrus"> bool Functi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script (Requires 1.6)

Is this actor being ridden?

Syntax[edit | edit source]

bool Function IsBeingRidden() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor is being ridden or not.

Examples[edit | edit source]

; Is Nate being ridden?
bool nateBeingRidden = Nate.IsBeingRidden()

See Also[edit | edit source]