Table of Contents

Class SetMissionObjectAnimationAtChannel

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

Constructors

SetMissionObjectAnimationAtChannel()

public SetMissionObjectAnimationAtChannel()

SetMissionObjectAnimationAtChannel(MissionObjectId, int, int, float)

public SetMissionObjectAnimationAtChannel(MissionObjectId missionObjectId, int channelNo, int animationIndex, float animationSpeed)

Parameters

missionObjectId MissionObjectId
channelNo int
animationIndex int
animationSpeed float

Properties

AnimationIndex

public int AnimationIndex { get; }

Property Value

int

AnimationSpeed

public float AnimationSpeed { get; }

Property Value

float

ChannelNo

public int ChannelNo { get; }

Property Value

int

MissionObjectId

public MissionObjectId MissionObjectId { get; }

Property Value

MissionObjectId

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