Game Development Reference
In-Depth Information
Target
An agent's target is a vector position. Typically, agents will use the target as a position they
want to reach or the known position of another agent.
local targetVector = agent:GetTarget();
agent:SetTarget(targetVector);
Search WWH ::




Custom Search