Browse Source

Remove TODO clause about CanSpawnExplain() method

pull/8/head
Anton Tarasenko 2 years ago
parent
commit
6d1c7850b2
  1. 1
      sources/Gameplay/BaseClasses/Frontend/World/AWorldComponent.uc

1
sources/Gameplay/BaseClasses/Frontend/World/AWorldComponent.uc

@ -71,7 +71,6 @@ public function TracingIterator TracePlayerSight(EPlayer player);
*/
public function TracingIterator TraceSight(EPawn pawn);
// TODO: Add `CanSpawnExplain()` method
/**
* Spawns a new `EPlaceable` based on the given `template` at a given location
* `location`, facing it into the given direction `direction`.

Loading…
Cancel
Save