M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Core.Extensions Member List

This is the complete list of members for TaleWorlds.Core.Extensions, including all inherited members.

Add(this string str, string appendant, bool newLine=true)TaleWorlds.Core.Extensionsstatic
CombineWith< T1, T2 >(this IEnumerable< T1 > list1, IEnumerable< T2 > list2)TaleWorlds.Core.Extensionsstatic
Description(this Enum value)TaleWorlds.Core.Extensionsstatic
DistinctBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > keySelector)TaleWorlds.Core.Extensionsstatic
DistinctBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > keySelector, IEqualityComparer< TKey > comparer)TaleWorlds.Core.Extensionsstatic
GetOppositeSide(this BattleSideEnum side)TaleWorlds.Core.Extensionsstatic
GetRandomElement< T >(this IReadOnlyList< T > e)TaleWorlds.Core.Extensionsstatic
GetRandomElement< T >(this MBReadOnlyList< T > e)TaleWorlds.Core.Extensionsstatic
GetRandomElement< T >(this MBList< T > e)TaleWorlds.Core.Extensionsstatic
GetRandomElement< T >(this T[] e)TaleWorlds.Core.Extensionsstatic
GetRandomElementInefficiently< T >(this IEnumerable< T > e)TaleWorlds.Core.Extensionsstatic
GetRandomElementWithPredicate< T >(this T[] e, Func< T, bool > predicate)TaleWorlds.Core.Extensionsstatic
GetRandomElementWithPredicate< T >(this MBReadOnlyList< T > e, Func< T, bool > predicate)TaleWorlds.Core.Extensionsstatic
GetRandomElementWithPredicate< T >(this MBList< T > e, Func< T, bool > predicate)TaleWorlds.Core.Extensionsstatic
GetRandomElementWithPredicate< T >(this IReadOnlyList< T > e, Func< T, bool > predicate)TaleWorlds.Core.Extensionsstatic
IsEmpty< T >(this IEnumerable< T > source)TaleWorlds.Core.Extensionsstatic
MaxBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > selector)TaleWorlds.Core.Extensionsstatic
MaxBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > selector, out TKey maxKey)TaleWorlds.Core.Extensionsstatic
MaxBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > selector, IComparer< TKey > comparer, out TKey maxKey)TaleWorlds.Core.Extensionsstatic
MinBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > selector)TaleWorlds.Core.Extensionsstatic
MinBy< TSource, TKey >(this IEnumerable< TSource > source, Func< TSource, TKey > selector, IComparer< TKey > comparer)TaleWorlds.Core.Extensionsstatic
NextFloat(this Random random)TaleWorlds.Core.Extensionsstatic
Shuffle< T >(this IList< T > list)TaleWorlds.Core.Extensionsstatic
Split(this string str, int maxChunkSize)TaleWorlds.Core.Extensionsstatic
Split< T >(this IEnumerable< T > source, int splitItemCount)TaleWorlds.Core.Extensionsstatic
ToHexadecimalString(this uint number)TaleWorlds.Core.Extensionsstatic