C# Class DarkEmu_GameServer.Player._Flags

Show file 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 property

public byte Berserk
return byte

Dead public property

public bool Dead
return bool

GM public property

public byte GM
return byte

Ingame public property

public byte Ingame
return byte

Invisible public property

public bool Invisible
return bool

PvP public property

public sbyte PvP
return sbyte

WearingCape public property

public bool WearingCape
return bool