Table of Contents

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 DynamicBodyProperties
staticBodyProperties StaticBodyProperties

Properties

Age

public float Age { get; }

Property Value

float

Build

public float Build { get; }

Property Value

float

Default

public static BodyProperties Default { get; }

Property Value

BodyProperties

DynamicProperties

public DynamicBodyProperties DynamicProperties { get; }

Property Value

DynamicBodyProperties

KeyPart1

public ulong KeyPart1 { get; }

Property Value

ulong

KeyPart2

public ulong KeyPart2 { get; }

Property Value

ulong

KeyPart3

public ulong KeyPart3 { get; }

Property Value

ulong

KeyPart4

public ulong KeyPart4 { get; }

Property Value

ulong

KeyPart5

public ulong KeyPart5 { get; }

Property Value

ulong

KeyPart6

public ulong KeyPart6 { get; }

Property Value

ulong

KeyPart7

public ulong KeyPart7 { get; }

Property Value

ulong

KeyPart8

public ulong KeyPart8 { get; }

Property Value

ulong

StaticProperties

public StaticBodyProperties StaticProperties { get; }

Property Value

StaticBodyProperties

Weight

public float Weight { get; }

Property Value

float

Methods

ClampForMultiplayer()

public BodyProperties ClampForMultiplayer()

Returns

BodyProperties

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FromString(string, out BodyProperties)

public static bool FromString(string keyValue, out BodyProperties bodyProperties)

Parameters

keyValue string
bodyProperties BodyProperties

Returns

bool

FromXmlNode(XmlNode, out BodyProperties)

public static bool FromXmlNode(XmlNode node, out BodyProperties bodyProperties)

Parameters

node XmlNode
bodyProperties BodyProperties

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

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 int
isFemale bool
bodyPropertiesMin BodyProperties
bodyPropertiesMax BodyProperties
hairCoverType int
seed int
hairTags string
beardTags string
tattooTags string

Returns

BodyProperties

ToString()

public override string ToString()

Returns

string

Operators

operator ==(BodyProperties, BodyProperties)

public static bool operator ==(BodyProperties a, BodyProperties b)

Parameters

a BodyProperties
b BodyProperties

Returns

bool

operator !=(BodyProperties, BodyProperties)

public static bool operator !=(BodyProperties a, BodyProperties b)

Parameters

a BodyProperties
b BodyProperties

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).