C# Class DarkEmu_GameServer.Player._Objects

Datei anzeigen Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
ActiveBuffs _Buffs[]
AttackingCastingID uint
AttackingObjectDeadID uint
AttackingObjectId uint
AttackingSkillID uint
BuffCastingID uint
DestinationItemIndex int
NormalAttack bool
SelectedObjectId uint
SelectedObjectType int
SourceItemIndex int
SpawnedIndex List
SpawnedItemsIndex List
SpawnedMonsterIndex List
UsingSkill bool
UsingSkillID uint

Property Details

ActiveBuffs public_oe property

public _Buffs[] ActiveBuffs
return _Buffs[]

AttackingCastingID public_oe property

public uint AttackingCastingID
return uint

AttackingObjectDeadID public_oe property

public uint AttackingObjectDeadID
return uint

AttackingObjectId public_oe property

public uint AttackingObjectId
return uint

AttackingSkillID public_oe property

public uint AttackingSkillID
return uint

BuffCastingID public_oe property

public uint BuffCastingID
return uint

DestinationItemIndex public_oe property

public int DestinationItemIndex
return int

NormalAttack public_oe property

public bool NormalAttack
return bool

SelectedObjectId public_oe property

public uint SelectedObjectId
return uint

SelectedObjectType public_oe property

public int SelectedObjectType
return int

SourceItemIndex public_oe property

public int SourceItemIndex
return int

SpawnedIndex public_oe property

public List SpawnedIndex
return List

SpawnedItemsIndex public_oe property

public List SpawnedItemsIndex
return List

SpawnedMonsterIndex public_oe property

public List SpawnedMonsterIndex
return List

UsingSkill public_oe property

public bool UsingSkill
return bool

UsingSkillID public_oe property

public uint UsingSkillID
return uint