OpenSim
|
Get the bot to make a region crossing. More...
Public Member Functions | |
CrossBehaviour () | |
override void | Action () |
Action to take when this behaviour is invoked. More... | |
Public Member Functions inherited from pCampBot.AbstractBehaviour | |
virtual void | Interrupt () |
Interrupt the behaviour. More... | |
virtual void | Initialize (Bot bot) |
Initialize the behaviour for this bot. More... | |
virtual void | Close () |
Close down this behaviour. More... | |
Public Attributes | |
AutoResetEvent | m_regionCrossedMutex = new AutoResetEvent(false) |
const int | m_regionCrossingTimeout = 1000 * 60 |
Additional Inherited Members | |
Protected Attributes inherited from pCampBot.AbstractBehaviour | |
AutoResetEvent | m_interruptEvent = new AutoResetEvent(false) |
Properties inherited from pCampBot.AbstractBehaviour | |
string | AbbreviatedName [get, set] |
Abbreviated name of this behaviour. More... | |
string | Name [get, set] |
Bot | Bot [get, set] |
Properties inherited from pCampBot.Interfaces.IBehaviour | |
string | AbbreviatedName [get] |
Abbreviated name of this behaviour. More... | |
string | Name [get] |
Name of this behaviour. More... | |
Get the bot to make a region crossing.
Definition at line 42 of file CrossBehaviour.cs.
|
inline |
Definition at line 50 of file CrossBehaviour.cs.
|
inlinevirtual |
Action to take when this behaviour is invoked.
bot |
Implements pCampBot.AbstractBehaviour.
Definition at line 56 of file CrossBehaviour.cs.
AutoResetEvent pCampBot.CrossBehaviour.m_regionCrossedMutex = new AutoResetEvent(false) |
Definition at line 46 of file CrossBehaviour.cs.
const int pCampBot.CrossBehaviour.m_regionCrossingTimeout = 1000 * 60 |
Definition at line 48 of file CrossBehaviour.cs.