fish-station/Content.Server/GameObjects/Components/Interactable
DrSmugleaf 9d6c394f6b
Refactor InRangeUnobstructed and add extension methods (#1925)
* Sort out InRangeUnobstructed and add extension methods

* Rename client RangeChecks to RangeExtensions

* Add container extension methods and test

* Add missing component methods

Component to container
Grid coordinates to container
Map coordinates to container
Local player to container

* Actually use the field

* Merge fixes

* Add popup argument to local player extension methods

* Reduce code repetition for client range extensions
2020-08-30 11:37:06 +02:00
..
HandheldLightComponent.cs Add missing localization to verb names (#1953) 2020-08-29 13:36:02 +02:00
MultitoolComponent.cs Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
TilePryingComponent.cs Refactor InRangeUnobstructed and add extension methods (#1925) 2020-08-30 11:37:06 +02:00
ToolCommands.cs Nullability fixes. 2020-08-20 16:48:15 +02:00
ToolComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
WelderComponent.cs Add popup message extension for players in range except for the source (#1962) 2020-08-30 11:28:46 +02:00