C# 클래스 TShockAPI.PlayerData

파일 보기 프로젝트 열기: NyxStudios/TShock 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exists bool
extraSlot int?
eyeColor Color?
hair int?
hairColor Color?
hairDye byte
health int
hideVisuals bool[]
inventory TShockAPI.NetItem[]
mana int
maxHealth int
maxMana int
pantsColor Color?
questsCompleted int
shirtColor Color?
shoeColor Color?
skinColor Color?
skinVariant int?
spawnX int
spawnY int
underShirtColor Color?

공개 메소드들

메소드 설명
CopyCharacter ( TShockAPI.TSPlayer player ) : void

Copies a characters data to this object

PlayerData ( TShockAPI.TSPlayer player ) : Terraria
RestoreCharacter ( TShockAPI.TSPlayer player ) : void

Restores a player's character to the state stored in the database

StoreSlot ( int slot, int netID, byte prefix, int stack ) : void

Stores an item at the specific storage slot

메소드 상세

CopyCharacter() 공개 메소드

Copies a characters data to this object
public CopyCharacter ( TShockAPI.TSPlayer player ) : void
player TShockAPI.TSPlayer
리턴 void

PlayerData() 공개 메소드

public PlayerData ( TShockAPI.TSPlayer player ) : Terraria
player TShockAPI.TSPlayer
리턴 Terraria

RestoreCharacter() 공개 메소드

Restores a player's character to the state stored in the database
public RestoreCharacter ( TShockAPI.TSPlayer player ) : void
player TShockAPI.TSPlayer
리턴 void

StoreSlot() 공개 메소드

Stores an item at the specific storage slot
public StoreSlot ( int slot, int netID, byte prefix, int stack ) : void
slot int
netID int
prefix byte
stack int
리턴 void

프로퍼티 상세

exists 공개적으로 프로퍼티

public bool exists
리턴 bool

extraSlot 공개적으로 프로퍼티

public int? extraSlot
리턴 int?

eyeColor 공개적으로 프로퍼티

public Color? eyeColor
리턴 Color?

hair 공개적으로 프로퍼티

public int? hair
리턴 int?

hairColor 공개적으로 프로퍼티

public Color? hairColor
리턴 Color?

hairDye 공개적으로 프로퍼티

public byte hairDye
리턴 byte

health 공개적으로 프로퍼티

public int health
리턴 int

hideVisuals 공개적으로 프로퍼티

public bool[] hideVisuals
리턴 bool[]

inventory 공개적으로 프로퍼티

public NetItem[],TShockAPI inventory
리턴 TShockAPI.NetItem[]

mana 공개적으로 프로퍼티

public int mana
리턴 int

maxHealth 공개적으로 프로퍼티

public int maxHealth
리턴 int

maxMana 공개적으로 프로퍼티

public int maxMana
리턴 int

pantsColor 공개적으로 프로퍼티

public Color? pantsColor
리턴 Color?

questsCompleted 공개적으로 프로퍼티

public int questsCompleted
리턴 int

shirtColor 공개적으로 프로퍼티

public Color? shirtColor
리턴 Color?

shoeColor 공개적으로 프로퍼티

public Color? shoeColor
리턴 Color?

skinColor 공개적으로 프로퍼티

public Color? skinColor
리턴 Color?

skinVariant 공개적으로 프로퍼티

public int? skinVariant
리턴 int?

spawnX 공개적으로 프로퍼티

public int spawnX
리턴 int

spawnY 공개적으로 프로퍼티

public int spawnY
리턴 int

underShirtColor 공개적으로 프로퍼티

public Color? underShirtColor
리턴 Color?