Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Aura
Channel
Database
Account
GetPet
Aura.Channel.Database.Account.GetPet C# (CSharp) 메소드
Account 1 문서
파일 보기
프로젝트 열기: aura-project/aura
GetPet()
공개
메소드
Returns pet with the given entity id, or null, if entity wasn't found.
public
GetPet
(
long
entityId
) :
Aura.Channel.World.Entities.Pet
entityId
long
리턴
Aura.Channel.World.Entities.Pet
public Pet GetPet(long entityId) { return this.Pets.FirstOrDefault(a => a.EntityId == entityId); }
Account
Account
GetCharacterOrPet
GetCharacterOrPetSafe
GetPet
GetPetSafe