30 using System.Collections.Generic;
32 using System.Threading;
33 using pCampBot.Interfaces;
55 if (objects.Count <= 0)
58 Primitive prim = objects.ElementAt(Bot.Random.Next(0, objects.Count - 1)).Value;
61 Bot.Client.Self.Grab(prim.LocalID);
62 Bot.Client.Self.GrabUpdate(prim.ID, Vector3.Zero);
63 Bot.Client.Self.DeGrab(prim.LocalID);
string AbbreviatedName
Abbreviated name of this behaviour.
Dictionary< UUID, Primitive > Objects
Objects that the bot has discovered.
Click (grab) on random objects in the scene.
override void Action()
Action to take when this behaviour is invoked.