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

Do nothing More...

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

Public Member Functions

 NoneBehaviour ()
 
override void Action ()
 Action to take when this behaviour is invoked. More...
 
override void Interrupt ()
 Interrupt the behaviour. More...
 
- Public Member Functions inherited from pCampBot.AbstractBehaviour
virtual void Initialize (Bot bot)
 Initialize the behaviour for this bot. More...
 
virtual void Close ()
 Close down this behaviour. More...
 

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

Do nothing

Definition at line 39 of file NoneBehaviour.cs.

Constructor & Destructor Documentation

pCampBot.NoneBehaviour.NoneBehaviour ( )
inline

Definition at line 41 of file NoneBehaviour.cs.

Member Function Documentation

override void pCampBot.NoneBehaviour.Action ( )
inlinevirtual

Action to take when this behaviour is invoked.

Parameters
bot

Implements pCampBot.AbstractBehaviour.

Definition at line 47 of file NoneBehaviour.cs.

override void pCampBot.NoneBehaviour.Interrupt ( )
inlinevirtual

Interrupt the behaviour.

This should cause the current Action call() to terminate if this is active.

Reimplemented from pCampBot.AbstractBehaviour.

Definition at line 55 of file NoneBehaviour.cs.


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