Dismount - Actor

From the Fallout4 CreationKit Wiki
Revision as of 17:18, 6 March 2012 by imported>0 HOTSPOTSHIELD (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Forces the actor to dismount. == Syntax == <source lang="papyrus"> bool Function Dismount() native...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

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()

See Also[edit | edit source]