Table of Contents

Class SyncObjectDestructionLevel

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

Constructors

SyncObjectDestructionLevel()

public SyncObjectDestructionLevel()

SyncObjectDestructionLevel(MissionObjectId, int, int, float, Vec3, Vec3)

public SyncObjectDestructionLevel(MissionObjectId missionObjectId, int destructionLevel, int forcedIndex, float blowMagnitude, Vec3 blowPosition, Vec3 blowDirection)

Parameters

missionObjectId MissionObjectId
destructionLevel int
forcedIndex int
blowMagnitude float
blowPosition Vec3
blowDirection Vec3

Properties

BlowDirection

public Vec3 BlowDirection { get; }

Property Value

Vec3

BlowMagnitude

public float BlowMagnitude { get; }

Property Value

float

BlowPosition

public Vec3 BlowPosition { get; }

Property Value

Vec3

DestructionLevel

public int DestructionLevel { get; }

Property Value

int

ForcedIndex

public int ForcedIndex { 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).