Table of Contents

Class SetAgentTargetPositionAndDirection

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

Constructors

SetAgentTargetPositionAndDirection()

public SetAgentTargetPositionAndDirection()

SetAgentTargetPositionAndDirection(int, ref Vec2, ref Vec3)

public SetAgentTargetPositionAndDirection(int agentIndex, ref Vec2 position, ref Vec3 direction)

Parameters

agentIndex int
position Vec2
direction Vec3

Properties

AgentIndex

public int AgentIndex { get; }

Property Value

int

Direction

public Vec3 Direction { get; }

Property Value

Vec3

Position

public Vec2 Position { get; }

Property Value

Vec2

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