Garry's Mod Wiki

Entity:BodyTarget

  Vector Entity:BodyTarget( Vector origin, boolean noisy = false )

Description

Returns a centered vector of this entity, NPCs use this internally to aim at their targets.

This only works on players and NPCs.

Arguments

1 Vector origin
The vector of where the the attack comes from.
2 boolean noisy = false
Decides if it should return the centered vector with a random offset to it.

Returns

1 Vector
The centered vector.