Table of Contents

Class AttachWeaponToWeaponInAgentEquipmentSlot

Namespace
NetworkMessages.FromServer
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class AttachWeaponToWeaponInAgentEquipmentSlot : GameNetworkMessage
Inheritance
AttachWeaponToWeaponInAgentEquipmentSlot
Inherited Members

Constructors

AttachWeaponToWeaponInAgentEquipmentSlot()

public AttachWeaponToWeaponInAgentEquipmentSlot()

AttachWeaponToWeaponInAgentEquipmentSlot(MissionWeapon, int, EquipmentIndex, MatrixFrame)

public AttachWeaponToWeaponInAgentEquipmentSlot(MissionWeapon weapon, int agentIndex, EquipmentIndex slot, MatrixFrame attachLocalFrame)

Parameters

weapon MissionWeapon
agentIndex int
slot EquipmentIndex
attachLocalFrame MatrixFrame

Properties

AgentIndex

public int AgentIndex { get; }

Property Value

int

AttachLocalFrame

public MatrixFrame AttachLocalFrame { get; }

Property Value

MatrixFrame

SlotIndex

public EquipmentIndex SlotIndex { get; }

Property Value

EquipmentIndex

Weapon

public MissionWeapon Weapon { get; }

Property Value

MissionWeapon

Methods

OnGetLogFilter()

protected override MultiplayerMessageFilter OnGetLogFilter()

Returns

MultiplayerMessageFilter

OnGetLogFormat()

protected override string OnGetLogFormat()

Returns

string

OnRead()

protected override bool OnRead()

Returns

bool

OnWrite()

protected override void OnWrite()

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