OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
pCampBot.CrossBehaviour Class Reference

Get the bot to make a region crossing. More...

Inheritance diagram for pCampBot.CrossBehaviour:
Inheritance graph
[legend]
Collaboration diagram for pCampBot.CrossBehaviour:
Collaboration graph
[legend]

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...
 

Detailed Description

Get the bot to make a region crossing.

Definition at line 42 of file CrossBehaviour.cs.

Constructor & Destructor Documentation

pCampBot.CrossBehaviour.CrossBehaviour ( )
inline

Definition at line 50 of file CrossBehaviour.cs.

Member Function Documentation

override void pCampBot.CrossBehaviour.Action ( )
inlinevirtual

Action to take when this behaviour is invoked.

Parameters
bot

Implements pCampBot.AbstractBehaviour.

Definition at line 56 of file CrossBehaviour.cs.

Member Data Documentation

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.


The documentation for this class was generated from the following file: