Table of Contents

Class ApplyOrderWithTwoPositions

Namespace
NetworkMessages.FromClient
Assembly
TaleWorlds.MountAndBlade.dll
public sealed class ApplyOrderWithTwoPositions : GameNetworkMessage
Inheritance
ApplyOrderWithTwoPositions
Inherited Members

Constructors

ApplyOrderWithTwoPositions()

public ApplyOrderWithTwoPositions()

ApplyOrderWithTwoPositions(OrderType, Vec3, Vec3)

public ApplyOrderWithTwoPositions(OrderType orderType, Vec3 position1, Vec3 position2)

Parameters

orderType OrderType
position1 Vec3
position2 Vec3

Properties

OrderType

public OrderType OrderType { get; }

Property Value

OrderType

Position1

public Vec3 Position1 { get; }

Property Value

Vec3

Position2

public Vec3 Position2 { get; }

Property Value

Vec3

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