Table of Contents

Struct StaticBodyProperties

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public struct StaticBodyProperties : ISerializableObject
Implements
Inherited Members
Extension Methods

Constructors

StaticBodyProperties(ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong)

public StaticBodyProperties(ulong keyPart1, ulong keyPart2, ulong keyPart3, ulong keyPart4, ulong keyPart5, ulong keyPart6, ulong keyPart7, ulong keyPart8)

Parameters

keyPart1 ulong
keyPart2 ulong
keyPart3 ulong
keyPart4 ulong
keyPart5 ulong
keyPart6 ulong
keyPart7 ulong
keyPart8 ulong

Fields

BuildKeyNo

public const int BuildKeyNo = 60

Field Value

int

WeightKeyNo

public const int WeightKeyNo = 59

Field Value

int

Properties

KeyPart1

[SaveableProperty(1)]
public ulong KeyPart1 { get; }

Property Value

ulong

KeyPart2

[SaveableProperty(2)]
public ulong KeyPart2 { get; }

Property Value

ulong

KeyPart3

[SaveableProperty(3)]
public ulong KeyPart3 { get; }

Property Value

ulong

KeyPart4

[SaveableProperty(4)]
public ulong KeyPart4 { get; }

Property Value

ulong

KeyPart5

[SaveableProperty(5)]
public ulong KeyPart5 { get; }

Property Value

ulong

KeyPart6

[SaveableProperty(6)]
public ulong KeyPart6 { get; }

Property Value

ulong

KeyPart7

[SaveableProperty(7)]
public ulong KeyPart7 { get; }

Property Value

ulong

KeyPart8

[SaveableProperty(8)]
public ulong KeyPart8 { get; }

Property Value

ulong

Methods

AutoGeneratedStaticCollectObjectsStaticBodyProperties(object, List<object>)

public static void AutoGeneratedStaticCollectObjectsStaticBodyProperties(object o, List<object> collectedObjects)

Parameters

o object
collectedObjects List<object>

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FromXmlNode(XmlNode, out StaticBodyProperties)

public static bool FromXmlNode(XmlNode node, out StaticBodyProperties staticBodyProperties)

Parameters

node XmlNode
staticBodyProperties StaticBodyProperties

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

GetRandomStaticBodyProperties()

public static StaticBodyProperties GetRandomStaticBodyProperties()

Returns

StaticBodyProperties

ToString()

public override string ToString()

Returns

string

Operators

operator ==(StaticBodyProperties, StaticBodyProperties)

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

Parameters

a StaticBodyProperties
b StaticBodyProperties

Returns

bool

operator !=(StaticBodyProperties, StaticBodyProperties)

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

Parameters

a StaticBodyProperties
b StaticBodyProperties

Returns

bool

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