GetMouseHitEntity

From Onset Developer Wiki
Revision as of 13:57, 27 February 2020 by 28days (talk | contribs)
GetMouseHitEntity

Type: Function
Context: Client
Introduced: v1.0

Description

Get entity type and identifier the mouse pointer hits.

Syntax

GetMouseHitEntity()

Parameters

  • This function has no parameters.

Return Value

  • Returns the hit entity type HitType and entity identifier.

Example

local entityType, entityId = GetMouseHitEntity()

See also