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
byterightFrontLegColorIndex
byteleftBackLegColorIndex
byterightBackLegColorIndex
bytematerialIndex
bytemeshMultiplierIndex
byte
Properties
MaterialIndex
public byte MaterialIndex { get; }
Property Value
MeshMultiplierIndex
public byte MeshMultiplierIndex { get; }
Property Value
_leftBackLegColorIndex
public byte _leftBackLegColorIndex { get; }
Property Value
_leftFrontLegColorIndex
public byte _leftFrontLegColorIndex { get; }
Property Value
_rightBackLegColorIndex
public byte _rightBackLegColorIndex { get; }
Property Value
_rightFrontLegColorIndex
public byte _rightFrontLegColorIndex { get; }
Property Value
Methods
FromString(string)
public static MountCreationKey FromString(string str)
Parameters
str
string
Returns
GetRandomMountKey(ItemObject, int)
public static MountCreationKey GetRandomMountKey(ItemObject mountItem, int randomSeed)
Parameters
mountItem
ItemObjectrandomSeed
int
Returns
GetRandomMountKeyString(ItemObject, int)
public static string GetRandomMountKeyString(ItemObject mountItem, int randomSeed)
Parameters
mountItem
ItemObjectrandomSeed
int
Returns
ToString()
public override string ToString()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).