C# Class ACR_ServerCommunicator.GameWorldManager.InitialSynchronizationRow

This structure contains rowset data for the initial synchronization step.
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
CharacterId int
CharacterLocation string
CharacterName string
PlayerId int
PlayerIsDM bool
PlayerName string
ServerAddressString string
ServerId int
ServerName string

Property Details

CharacterId public property

public int CharacterId
return int

CharacterLocation public property

public string CharacterLocation
return string

CharacterName public property

public string CharacterName
return string

PlayerId public property

public int PlayerId
return int

PlayerIsDM public property

public bool PlayerIsDM
return bool

PlayerName public property

public string PlayerName
return string

ServerAddressString public property

public string ServerAddressString
return string

ServerId public property

public int ServerId
return int

ServerName public property

public string ServerName
return string