IsOnMount - Actor

Member of: Actor Script

Is the actor on a mount?

SyntaxEdit

bool Function IsOnMount() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is on a mount or not.

ExamplesEdit

; Is Nate on a mount?
bool nateOnMount = Nate.IsOnMount()

See AlsoEdit