MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setAimLocation

Method setAimLocation

Engine/source/T3D/aiClient.cpp:181–184  ·  view source on GitHub ↗

* Sets the location for the bot to aim at * * @param location Point to aim at */

Source from the content-addressed store, hash-verified

179 * @param location Point to aim at
180 */
181void AIClient::setAimLocation( const Point3F &location ) {
182 mAimLocation = location;
183 mAimToDestination = false;
184}
185
186/**
187 * Clears the aim location and sets it to the bot's

Callers 1

aiClient.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected