Dismount - Actor

Revision as of 09:13, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Forces the actor to dismount. == Syntax == <source lang="papyrus"> bool Func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires 1.6)

Forces the actor to dismount.

SyntaxEdit

bool Function Dismount() native

ParametersEdit

None.

Return ValueEdit

Whether or not the dismount could be initiated.

ExamplesEdit

; Make Nate dismount.
bool dismountInitiated = Nate.Dismount()

See AlsoEdit