The class used for searching for the Primitive object in the world given objects name. Use as: FindObjectManager om = new FindObjectManager(client); Primitive p = om.Execute(50, inName, client.Self.AgentID);.
More...
List of all members.
Public Member Functions |
| FindObjectManager (GridClient inClient, SLBot inAgent) |
List< Primitive > | Execute (float inRadius, UUID fromAgentID) |
| Run this method to find all primitives within within inRadius meters from the bot.
|
Primitive | Execute (float inRadius, string inObjectName, UUID fromAgentID) |
| Run this method to find the Primitive Object within inRadius meters from the bot.
|
bool | RequestObjectProperties (Primitive inObject) |
Detailed Description
The class used for searching for the Primitive object in the world given objects name. Use as: FindObjectManager om = new FindObjectManager(client); Primitive p = om.Execute(50, inName, client.Self.AgentID);.
Constructor & Destructor Documentation
VIAgents.FindObjectManager.FindObjectManager |
( |
GridClient |
inClient, |
|
|
SLBot |
inAgent | |
|
) |
| | |
Member Function Documentation
List<Primitive> VIAgents.FindObjectManager.Execute |
( |
float |
inRadius, |
|
|
UUID |
fromAgentID | |
|
) |
| | |
Run this method to find all primitives within within inRadius meters from the bot.
Primitive VIAgents.FindObjectManager.Execute |
( |
float |
inRadius, |
|
|
string |
inObjectName, |
|
|
UUID |
fromAgentID | |
|
) |
| | |
Run this method to find the Primitive Object within inRadius meters from the bot.
bool VIAgents.FindObjectManager.RequestObjectProperties |
( |
Primitive |
inObject |
) |
|
The documentation for this class was generated from the following file: