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
Properties
OrderType
public OrderType OrderType { get; }
Property Value
Position1
public Vec3 Position1 { get; }
Property Value
Position2
public Vec3 Position2 { 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).