Dismount - Actor
Revision as of 08: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...")
Member of: Actor Script (Requires 1.6)
Forces the actor to dismount.
Syntax[edit | edit source]
bool Function Dismount() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether or not the dismount could be initiated.
Examples[edit | edit source]
; Make Nate dismount.
bool dismountInitiated = Nate.Dismount()