Struct BodyProperties
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public struct BodyProperties
- Inherited Members
- Extension Methods
Constructors
BodyProperties(DynamicBodyProperties, StaticBodyProperties)
public BodyProperties(DynamicBodyProperties dynamicBodyProperties, StaticBodyProperties staticBodyProperties)
Parameters
dynamicBodyProperties
DynamicBodyPropertiesstaticBodyProperties
StaticBodyProperties
Properties
Age
public float Age { get; }
Property Value
Build
public float Build { get; }
Property Value
Default
public static BodyProperties Default { get; }
Property Value
DynamicProperties
public DynamicBodyProperties DynamicProperties { get; }
Property Value
KeyPart1
public ulong KeyPart1 { get; }
Property Value
KeyPart2
public ulong KeyPart2 { get; }
Property Value
KeyPart3
public ulong KeyPart3 { get; }
Property Value
KeyPart4
public ulong KeyPart4 { get; }
Property Value
KeyPart5
public ulong KeyPart5 { get; }
Property Value
KeyPart6
public ulong KeyPart6 { get; }
Property Value
KeyPart7
public ulong KeyPart7 { get; }
Property Value
KeyPart8
public ulong KeyPart8 { get; }
Property Value
StaticProperties
public StaticBodyProperties StaticProperties { get; }
Property Value
Weight
public float Weight { get; }
Property Value
Methods
ClampForMultiplayer()
public BodyProperties ClampForMultiplayer()
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
FromString(string, out BodyProperties)
public static bool FromString(string keyValue, out BodyProperties bodyProperties)
Parameters
keyValue
stringbodyProperties
BodyProperties
Returns
FromXmlNode(XmlNode, out BodyProperties)
public static bool FromXmlNode(XmlNode node, out BodyProperties bodyProperties)
Parameters
node
XmlNodebodyProperties
BodyProperties
Returns
GetHashCode()
public override int GetHashCode()
Returns
GetRandomBodyProperties(int, bool, BodyProperties, BodyProperties, int, int, string, string, string)
public static BodyProperties GetRandomBodyProperties(int race, bool isFemale, BodyProperties bodyPropertiesMin, BodyProperties bodyPropertiesMax, int hairCoverType, int seed, string hairTags, string beardTags, string tattooTags)
Parameters
race
intisFemale
boolbodyPropertiesMin
BodyPropertiesbodyPropertiesMax
BodyPropertieshairCoverType
intseed
inthairTags
stringbeardTags
stringtattooTags
string
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(BodyProperties, BodyProperties)
public static bool operator ==(BodyProperties a, BodyProperties b)
Parameters
Returns
operator !=(BodyProperties, BodyProperties)
public static bool operator !=(BodyProperties a, BodyProperties b)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).