OpenSim
|
Do nothing More...
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... | |
Do nothing
Definition at line 39 of file NoneBehaviour.cs.
|
inline |
Definition at line 41 of file NoneBehaviour.cs.
|
inlinevirtual |
Action to take when this behaviour is invoked.
bot |
Implements pCampBot.AbstractBehaviour.
Definition at line 47 of file NoneBehaviour.cs.
|
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.