fish-station/Content.Server/GameObjects/Components/GUI
ShadowCommander 6870b88a56
Interaction clean up (#4091)
* Rename and clean up interaction events

* Fix hand equip events

* Refactor duplicate client input validation

* Rename Use handler

* Move unneeded InRangeUnobstructed methods to extensions only

* Clean up UseInteractions

* Clean up ActivateItemInWorld

* Replace explicit range check with InRangeUnobstructed

Remove TransformComponent check, since transform is guaranteed now.

* Revert transform check removal

* More cleanup

* Reorder interaction checks

* Rename attack eventargs to interact

* Test V1

* Add interaction test

* Fix interaction test

* Fix container interaction test

* Rename interaction methods

* Rename player to user and attacked to target

* Clean up InteractAfter

* Clean up InRangeUnobstructed usages

* Rename attack to interact and weapon to used

* Changed can't reach message to only play when holding something

Cleaned up bracket formatting

* Fix Airtight validation check

* Remove extra words in comments

* Fix FaceClick rotation

* Move duplicate map check and face to method

* Fix test
2021-06-07 05:49:43 -07:00
..
HandsComponent.cs Interaction clean up (#4091) 2021-06-07 05:49:43 -07:00
HumanInventoryControllerComponent.cs SharedItemComponent (#3513) 2021-04-02 21:01:03 +11:00
IInventoryController.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
InventoryComponent.cs Interaction clean up (#4091) 2021-06-07 05:49:43 -07:00
StrippableComponent.cs Rename and clean up interaction events (#4044) 2021-05-22 21:06:40 -07:00