C# Class TDSM.Core.ServerCharacters.Tables.CharacterTable

Datei anzeigen Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
GetCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID ) : Character
NewCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, bool hideVisual, byte difficulty, Microsoft hairColor, Microsoft skinColor, Microsoft eyeColor, Microsoft shirtColor, Microsoft underShirtColor, Microsoft pantsColor, Microsoft shoeColor, int anglerQuests ) : Character
NewCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, int hideVisual, byte difficulty, uint hairColor, uint skinColor, uint eyeColor, uint shirtColor, uint underShirtColor, uint pantsColor, uint shoeColor, int anglerQuests ) : Character
UpdateCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, bool hideVisual, byte difficulty, Microsoft hairColor, Microsoft skinColor, Microsoft eyeColor, Microsoft shirtColor, Microsoft underShirtColor, Microsoft pantsColor, Microsoft shoeColor, int anglerQuests ) : Character
UpdateCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, int hideVisual, byte difficulty, uint hairColor, uint skinColor, uint eyeColor, uint shirtColor, uint underShirtColor, uint pantsColor, uint shoeColor, int anglerQuests ) : Character

Method Details

GetCharacter() public static method

public static GetCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID ) : Character
ctx TContext
mode CharacterMode
auth string
clientUUID string
return Character

NewCharacter() public static method

public static NewCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, bool hideVisual, byte difficulty, Microsoft hairColor, Microsoft skinColor, Microsoft eyeColor, Microsoft shirtColor, Microsoft underShirtColor, Microsoft pantsColor, Microsoft shoeColor, int anglerQuests ) : Character
ctx TContext
mode CharacterMode
auth string
clientUUID string
health int
maxHealth int
mana int
maxMana int
spawnX int
spawnY int
hair int
hairDye byte
hideVisual bool
difficulty byte
hairColor Microsoft
skinColor Microsoft
eyeColor Microsoft
shirtColor Microsoft
underShirtColor Microsoft
pantsColor Microsoft
shoeColor Microsoft
anglerQuests int
return Character

NewCharacter() public static method

public static NewCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, int hideVisual, byte difficulty, uint hairColor, uint skinColor, uint eyeColor, uint shirtColor, uint underShirtColor, uint pantsColor, uint shoeColor, int anglerQuests ) : Character
ctx TContext
mode CharacterMode
auth string
clientUUID string
health int
maxHealth int
mana int
maxMana int
spawnX int
spawnY int
hair int
hairDye byte
hideVisual int
difficulty byte
hairColor uint
skinColor uint
eyeColor uint
shirtColor uint
underShirtColor uint
pantsColor uint
shoeColor uint
anglerQuests int
return Character

UpdateCharacter() public static method

public static UpdateCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, bool hideVisual, byte difficulty, Microsoft hairColor, Microsoft skinColor, Microsoft eyeColor, Microsoft shirtColor, Microsoft underShirtColor, Microsoft pantsColor, Microsoft shoeColor, int anglerQuests ) : Character
ctx TContext
mode CharacterMode
auth string
clientUUID string
health int
maxHealth int
mana int
maxMana int
spawnX int
spawnY int
hair int
hairDye byte
hideVisual bool
difficulty byte
hairColor Microsoft
skinColor Microsoft
eyeColor Microsoft
shirtColor Microsoft
underShirtColor Microsoft
pantsColor Microsoft
shoeColor Microsoft
anglerQuests int
return Character

UpdateCharacter() public static method

public static UpdateCharacter ( TContext ctx, CharacterMode mode, string auth, string clientUUID, int health, int maxHealth, int mana, int maxMana, int spawnX, int spawnY, int hair, byte hairDye, int hideVisual, byte difficulty, uint hairColor, uint skinColor, uint eyeColor, uint shirtColor, uint underShirtColor, uint pantsColor, uint shoeColor, int anglerQuests ) : Character
ctx TContext
mode CharacterMode
auth string
clientUUID string
health int
maxHealth int
mana int
maxMana int
spawnX int
spawnY int
hair int
hairDye byte
hideVisual int
difficulty byte
hairColor uint
skinColor uint
eyeColor uint
shirtColor uint
underShirtColor uint
pantsColor uint
shoeColor uint
anglerQuests int
return Character