Table of Contents

Class SetMissionObjectVertexAnimation

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

Constructors

SetMissionObjectVertexAnimation()

public SetMissionObjectVertexAnimation()

SetMissionObjectVertexAnimation(MissionObjectId, int, int, float)

public SetMissionObjectVertexAnimation(MissionObjectId missionObjectId, int beginKey, int endKey, float speed)

Parameters

missionObjectId MissionObjectId
beginKey int
endKey int
speed float

Properties

BeginKey

public int BeginKey { get; }

Property Value

int

EndKey

public int EndKey { get; }

Property Value

int

MissionObjectId

public MissionObjectId MissionObjectId { get; }

Property Value

MissionObjectId

Speed

public float Speed { get; }

Property Value

float

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