BetterAnimalsTab.Widgets_PetFollow.FollowsHunter C# (CSharp) Method

FollowsHunter() public static method

public static FollowsHunter ( this animal ) : bool
animal this
return 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