Struct CharacterCreateBroadcast
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
ModelIndex
Index of the character model to use.
public int ModelIndex
Field Value
RaceTemplateID
Template ID for the character's race.
public int RaceTemplateID
Field Value
SceneName
Name of the scene where the character will be spawned.
public string SceneName
Field Value
SpawnerName
Name of the spawner to use for character placement.
public string SpawnerName