Table of Contents

Class SpawnWeaponAsDropFromAgent

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

Constructors

SpawnWeaponAsDropFromAgent()

public SpawnWeaponAsDropFromAgent()

SpawnWeaponAsDropFromAgent(int, EquipmentIndex, Vec3, Vec3, WeaponSpawnFlags, int)

public SpawnWeaponAsDropFromAgent(int agentIndex, EquipmentIndex equipmentIndex, Vec3 velocity, Vec3 angularVelocity, Mission.WeaponSpawnFlags weaponSpawnFlags, int forcedIndex)

Parameters

agentIndex int
equipmentIndex EquipmentIndex
velocity Vec3
angularVelocity Vec3
weaponSpawnFlags Mission.WeaponSpawnFlags
forcedIndex int

Properties

AgentIndex

public int AgentIndex { get; }

Property Value

int

AngularVelocity

public Vec3 AngularVelocity { get; }

Property Value

Vec3

EquipmentIndex

public EquipmentIndex EquipmentIndex { get; }

Property Value

EquipmentIndex

ForcedIndex

public int ForcedIndex { get; }

Property Value

int

Velocity

public Vec3 Velocity { get; }

Property Value

Vec3

WeaponSpawnFlags

public Mission.WeaponSpawnFlags WeaponSpawnFlags { get; }

Property Value

Mission.WeaponSpawnFlags

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