Class SetWieldedItemIndex
- Namespace
- NetworkMessages.FromServer
- Assembly
- TaleWorlds.MountAndBlade.dll
public sealed class SetWieldedItemIndex : GameNetworkMessage
- Inheritance
-
SetWieldedItemIndex
- Inherited Members
Constructors
SetWieldedItemIndex()
public SetWieldedItemIndex()
SetWieldedItemIndex(int, bool, bool, bool, EquipmentIndex, int)
public SetWieldedItemIndex(int agentIndex, bool isLeftHand, bool isWieldedInstantly, bool isWieldedOnSpawn, EquipmentIndex wieldedItemIndex, int mainHandCurUsageIndex)
Parameters
agentIndex
intisLeftHand
boolisWieldedInstantly
boolisWieldedOnSpawn
boolwieldedItemIndex
EquipmentIndexmainHandCurUsageIndex
int
Properties
AgentIndex
public int AgentIndex { get; }
Property Value
IsLeftHand
public bool IsLeftHand { get; }
Property Value
IsWieldedInstantly
public bool IsWieldedInstantly { get; }
Property Value
IsWieldedOnSpawn
public bool IsWieldedOnSpawn { get; }
Property Value
MainHandCurrentUsageIndex
public int MainHandCurrentUsageIndex { get; }
Property Value
WieldedItemIndex
public EquipmentIndex WieldedItemIndex { get; }
Property Value
Methods
OnGetLogFilter()
protected override MultiplayerMessageFilter OnGetLogFilter()
Returns
OnGetLogFormat()
protected override string OnGetLogFormat()
Returns
OnRead()
protected override bool OnRead()
Returns
OnWrite()
protected override void OnWrite()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).