Class RandomOwnerExtensions
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public static class RandomOwnerExtensions
- Inheritance
-
RandomOwnerExtensions
- Inherited Members
Methods
RandomFloat(IRandomOwner)
public static float RandomFloat(this IRandomOwner obj)
Parameters
objIRandomOwner
Returns
RandomFloat(IRandomOwner, float)
public static float RandomFloat(this IRandomOwner obj, float max)
Parameters
objIRandomOwnermaxfloat
Returns
RandomFloat(IRandomOwner, float, float)
public static float RandomFloat(this IRandomOwner obj, float min, float max)
Parameters
objIRandomOwnerminfloatmaxfloat
Returns
RandomFloatWithSeed(IRandomOwner, uint)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed)
Parameters
objIRandomOwnerseeduint
Returns
RandomFloatWithSeed(IRandomOwner, uint, float)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed, float max)
Parameters
objIRandomOwnerseeduintmaxfloat
Returns
RandomFloatWithSeed(IRandomOwner, uint, float, float)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed, float min, float max)
Parameters
objIRandomOwnerseeduintminfloatmaxfloat
Returns
RandomInt(IRandomOwner)
public static int RandomInt(this IRandomOwner obj)
Parameters
objIRandomOwner
Returns
RandomInt(IRandomOwner, int)
public static int RandomInt(this IRandomOwner obj, int max)
Parameters
objIRandomOwnermaxint
Returns
RandomInt(IRandomOwner, int, int)
public static int RandomInt(this IRandomOwner obj, int min, int max)
Parameters
objIRandomOwnerminintmaxint
Returns
RandomIntWithSeed(IRandomOwner, uint)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed)
Parameters
objIRandomOwnerseeduint
Returns
RandomIntWithSeed(IRandomOwner, uint, int)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed, int max)
Parameters
objIRandomOwnerseeduintmaxint
Returns
RandomIntWithSeed(IRandomOwner, uint, int, int)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed, int min, int max)
Parameters
objIRandomOwnerseeduintminintmaxint
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).