Table of Contents

Class EquipWeaponFromSpawnedItemEntity

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

Constructors

EquipWeaponFromSpawnedItemEntity()

public EquipWeaponFromSpawnedItemEntity()

EquipWeaponFromSpawnedItemEntity(int, EquipmentIndex, MissionObjectId, bool)

public EquipWeaponFromSpawnedItemEntity(int agentIndex, EquipmentIndex slot, MissionObjectId spawnedItemEntityId, bool removeWeapon)

Parameters

agentIndex int
slot EquipmentIndex
spawnedItemEntityId MissionObjectId
removeWeapon bool

Properties

AgentIndex

public int AgentIndex { get; }

Property Value

int

RemoveWeapon

public bool RemoveWeapon { get; }

Property Value

bool

SlotIndex

public EquipmentIndex SlotIndex { get; }

Property Value

EquipmentIndex

SpawnedItemEntityId

public MissionObjectId SpawnedItemEntityId { get; }

Property Value

MissionObjectId

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).