Table of Contents

Class MountCreationKey

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public class MountCreationKey
Inheritance
MountCreationKey
Inherited Members

Constructors

MountCreationKey(byte, byte, byte, byte, byte, byte)

public MountCreationKey(byte leftFrontLegColorIndex, byte rightFrontLegColorIndex, byte leftBackLegColorIndex, byte rightBackLegColorIndex, byte materialIndex, byte meshMultiplierIndex)

Parameters

leftFrontLegColorIndex byte
rightFrontLegColorIndex byte
leftBackLegColorIndex byte
rightBackLegColorIndex byte
materialIndex byte
meshMultiplierIndex byte

Properties

MaterialIndex

public byte MaterialIndex { get; }

Property Value

byte

MeshMultiplierIndex

public byte MeshMultiplierIndex { get; }

Property Value

byte

_leftBackLegColorIndex

public byte _leftBackLegColorIndex { get; }

Property Value

byte

_leftFrontLegColorIndex

public byte _leftFrontLegColorIndex { get; }

Property Value

byte

_rightBackLegColorIndex

public byte _rightBackLegColorIndex { get; }

Property Value

byte

_rightFrontLegColorIndex

public byte _rightFrontLegColorIndex { get; }

Property Value

byte

Methods

FromString(string)

public static MountCreationKey FromString(string str)

Parameters

str string

Returns

MountCreationKey

GetRandomMountKey(ItemObject, int)

public static MountCreationKey GetRandomMountKey(ItemObject mountItem, int randomSeed)

Parameters

mountItem ItemObject
randomSeed int

Returns

MountCreationKey

GetRandomMountKeyString(ItemObject, int)

public static string GetRandomMountKeyString(ItemObject mountItem, int randomSeed)

Parameters

mountItem ItemObject
randomSeed int

Returns

string

ToString()

public override string ToString()

Returns

string

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