Difference between revisions of "GetReticleHitEntity"

From Nomad DB
(Created page with "Retrieves the entity that is being aimed at. This only works when the reticle is on the screen. == Syntax == <pre> GetReticleHitEntity() </pre> * '''Returns''' (string): En...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Page_WD2}}
 
Retrieves the entity that is being aimed at. This only works when the reticle is on the screen.
 
Retrieves the entity that is being aimed at. This only works when the reticle is on the screen.
  
Line 10: Line 11:
 
* [[Entity]]
 
* [[Entity]]
 
* [[EntityId]]
 
* [[EntityId]]
 +
* [[GetReticleHitLocation]]
  
 
[[Category:WD2 Lua]]
 
[[Category:WD2 Lua]]
 
[[Category:WD2 Entity]]
 
[[Category:WD2 Entity]]

Latest revision as of 20:36, 27 October 2020

Retrieves the entity that is being aimed at. This only works when the reticle is on the screen.

Syntax

GetReticleHitEntity()
  • Returns (string): ID of the entity that is being aimed at

Related Pages