Interface IItem
Assembly: Dew.Core.dll
Syntax
Properties
handOwner
Declaration
Hero handOwner { get; set; }
Property Value
isLocked
Declaration
Property Value
owner
Declaration
Entity owner { get; set; }
Property Value
rarity
Declaration
Property Value
skipStartAnimation
Declaration
bool skipStartAnimation { get; }
Property Value
tempOwner
Declaration
DewPlayer tempOwner { get; set; }
Property Value
worldModel
Declaration
ItemWorldModel worldModel { get; }
Property Value
| Type |
Description |
| ItemWorldModel |
|
Methods
IsLockedFor(DewPlayer)
Declaration
bool IsLockedFor(DewPlayer player)
Parameters
Returns