Dismount - Actor

Member of: Actor Script

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