Property | Type | Description | |
---|---|---|---|
actionUse | string | ||
characterOffset | Vector3 |
Method | Description | |
---|---|---|
GetPostUpdateActions ( ) : PostUpdateActions |
REVIEW do default actions. but maybe should do nothing...
|
|
PerformAction ( float delta ) : void |
Use the item, all logic is in the Item.Use
|
|
WantsToUpdate ( float delta ) : int |
On(Areas.Item) and item is usable by me and hit 'Use' action!
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
return | PostUpdateActions |