Table of Contents

Struct SceneChannelSelectBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for selecting a specific scene channel. Contains the selected channel address.

public struct SceneChannelSelectBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

Bandwidth note: This broadcast sends the full ChannelAddress struct (port, scene name, character count, etc.) when only SceneHandle (int) is needed to identify the target. If bandwidth becomes a concern, consider replacing with a leaner struct containing only int SceneHandle. TODO: Optimize by sending only SceneHandle instead of the full ChannelAddress.

Fields

Channel

Selected channel address for the scene.

public ChannelAddress Channel

Field Value

ChannelAddress