BetterAnimalsTab.Widgets_PetFollow.FollowsHunter C# (CSharp) Méthode

FollowsHunter() public static méthode

public static FollowsHunter ( this animal ) : bool
animal this
Résultat bool
        public static bool FollowsHunter( this Pawn animal )
        {
            return (bool)_hasHuntDesignationMethodInfo.Invoke( null, new object[] { animal } );
        }

Same methods

Widgets_PetFollow::FollowsHunter ( this animal, bool set ) : void