Member of: Actor Script
Is this actor commanded by another?
bool Function IsCommandedActor() native
None.
Whether this actor is commanded or not.
; Is Bob commanded? bool bobIsCommanded = Bob.IsCommandedActor()