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
MissionObjectIddestructionLevel
intforcedIndex
intblowMagnitude
floatblowPosition
Vec3blowDirection
Vec3
Properties
BlowDirection
public Vec3 BlowDirection { get; }
Property Value
BlowMagnitude
public float BlowMagnitude { get; }
Property Value
BlowPosition
public Vec3 BlowPosition { get; }
Property Value
DestructionLevel
public int DestructionLevel { get; }
Property Value
ForcedIndex
public int ForcedIndex { get; }
Property Value
MissionObjectId
public MissionObjectId MissionObjectId { get; }
Property Value
Methods
OnGetLogFilter()
protected override MultiplayerMessageFilter OnGetLogFilter()
Returns
OnGetLogFormat()
protected override string OnGetLogFormat()
Returns
OnRead()
protected override bool OnRead()
Returns
OnWrite()
protected override void OnWrite()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).