IsCommandedActor - Actor

Member of: Actor Script

Is this actor commanded by another?

SyntaxEdit

bool Function IsCommandedActor() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is commanded or not.

ExamplesEdit

; Is Bob commanded?
bool bobIsCommanded = Bob.IsCommandedActor()

See AlsoEdit