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

CanFollow() public static méthode

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