Table of Contents

Class AgentTeleportToFrame

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

Constructors

AgentTeleportToFrame()

public AgentTeleportToFrame()

AgentTeleportToFrame(int, Vec3, Vec2)

public AgentTeleportToFrame(int agentIndex, Vec3 position, Vec2 direction)

Parameters

agentIndex int
position Vec3
direction Vec2

Properties

AgentIndex

public int AgentIndex { get; }

Property Value

int

Direction

public Vec2 Direction { get; }

Property Value

Vec2

Position

public Vec3 Position { 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).