Property | Type | Description | |
---|---|---|---|
Durability | int |
Method | Description | |
---|---|---|
ActivateByObject ( GameObject ObjectUsed ) : bool |
Activation of this object by another. EG key on door
|
|
GetActualSpellIndex ( ) : int | ||
GetEquipmentConditionString ( ) : string |
Gets the equipment condition.
|
|
LookAt ( ) : bool | ||
OnSubmitPickup ( string ans ) : void |
Event handler for processing the repair question y/n
|
|
UpdateQuality ( ) : void |
Refreshes the quality of armour when damage is taken
|
|
use ( ) : bool |
public ActivateByObject ( GameObject ObjectUsed ) : bool | ||
ObjectUsed | GameObject | Object used. |
return | bool |
public GetEquipmentConditionString ( ) : string | ||
return | string |
public OnSubmitPickup ( string ans ) : void | ||
ans | string | Ans. |
return | void |