Garry's Mod Wiki

NPC:GetTarget

  Entity NPC:GetTarget()

Description

Returns the NPC's current target set by NPC:SetTarget.

This returns nil if the NPC has no target. You should use IsValid (which accounts for nil and NULL) on the return to verify validity of the target.

Issue Tracker: 3132

Returns

1 Entity
Target entity