C# 클래스 TDSM.Core.Data.Extensions.CharacterExtensions

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
AddCharacter ( this ctx, int userId, Terraria player ) : Character
GetCharacter ( this ctx, CharacterMode mode, int userId, string clientUUID ) : Character
UpdateCharacter ( this character, IDbConnection ctx, int playerId, Terraria player ) : Character
UpdateCharacter ( this character, int userId, Terraria player ) : Character

메소드 상세

AddCharacter() 공개 정적인 메소드

public static AddCharacter ( this ctx, int userId, Terraria player ) : Character
ctx this
userId int
player Terraria
리턴 Character

GetCharacter() 공개 정적인 메소드

public static GetCharacter ( this ctx, CharacterMode mode, int userId, string clientUUID ) : Character
ctx this
mode CharacterMode
userId int
clientUUID string
리턴 Character

UpdateCharacter() 공개 정적인 메소드

public static UpdateCharacter ( this character, IDbConnection ctx, int playerId, Terraria player ) : Character
character this
ctx IDbConnection
playerId int
player Terraria
리턴 Character

UpdateCharacter() 공개 정적인 메소드

public static UpdateCharacter ( this character, int userId, Terraria player ) : Character
character this
userId int
player Terraria
리턴 Character