Table of Contents

Struct CharacterCreateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for creating a new character. Contains character name, race, model, and spawn location details.

public struct CharacterCreateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

CharacterName

Name of the character to create.

public string CharacterName

Field Value

string

ModelIndex

Index of the character model to use.

public int ModelIndex

Field Value

int

RaceTemplateID

Template ID for the character's race.

public int RaceTemplateID

Field Value

int

SceneName

Name of the scene where the character will be spawned.

public string SceneName

Field Value

string

SpawnerName

Name of the spawner to use for character placement.

public string SpawnerName

Field Value

string