C# Class DarkEmu_GameServer.Player._Flags

Datei anzeigen Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
Berserk byte
Dead bool
GM byte
Ingame byte
Invisible bool
PvP sbyte
WearingCape bool

Property Details

Berserk public_oe property

public byte Berserk
return byte

Dead public_oe property

public bool Dead
return bool

GM public_oe property

public byte GM
return byte

Ingame public_oe property

public byte Ingame
return byte

Invisible public_oe property

public bool Invisible
return bool

PvP public_oe property

public sbyte PvP
return sbyte

WearingCape public_oe property

public bool WearingCape
return bool