Torque 3D - Script Manual: AI

TorqueScript

Main   Class List   Namespace List   Online

AI
[Game]

Classes and functions related to artificial intelligence for Torque 3D. More...

Classes

class  AIClient
 Simulated client driven by AI commands. More...
class  AIConnection
 Special client connection driven by an AI, rather than a human. More...
class  AIPlayer
 A Player object not controlled by conventional input, but by an AI engine. More...

Functions

int aiConnect (...)
 Creates a new AIConnection, and passes arguments to its onConnect script callback.

Detailed Description

Classes and functions related to artificial intelligence for Torque 3D.


Function Documentation

int aiConnect (   ...  ) 

Creates a new AIConnection, and passes arguments to its onConnect script callback.

Returns:
The newly created AIConnection
See also:
GameConnection for parameter information


Copyright © GarageGames, LLC. All Rights Reserved.