diff options
author | Justin Clark-Casey (justincc) | 2013-09-03 17:07:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-04 00:47:34 +0100 |
commit | 6570f5dcfedf076dea51613fff6a19febf1c8ff4 (patch) | |
tree | a7c524c7a8de58bdd7197f065c563799be9cb81b /OpenSim/Tools/pCampBot/Interfaces | |
parent | minor simplification of some unix date functions in Util. No functional change. (diff) | |
download | opensim-SC_OLD-6570f5dcfedf076dea51613fff6a19febf1c8ff4.zip opensim-SC_OLD-6570f5dcfedf076dea51613fff6a19febf1c8ff4.tar.gz opensim-SC_OLD-6570f5dcfedf076dea51613fff6a19febf1c8ff4.tar.bz2 opensim-SC_OLD-6570f5dcfedf076dea51613fff6a19febf1c8ff4.tar.xz |
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
Diffstat (limited to 'OpenSim/Tools/pCampBot/Interfaces')
-rw-r--r-- | OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs index 9c984be..f8a661b 100644 --- a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | |||
@@ -32,6 +32,11 @@ namespace pCampBot.Interfaces | |||
32 | public interface IBehaviour | 32 | public interface IBehaviour |
33 | { | 33 | { |
34 | /// <summary> | 34 | /// <summary> |
35 | /// Abbreviated name of this behaviour. | ||
36 | /// </summary> | ||
37 | string AbbreviatedName { get; } | ||
38 | |||
39 | /// <summary> | ||
35 | /// Name of this behaviour. | 40 | /// Name of this behaviour. |
36 | /// </summary> | 41 | /// </summary> |
37 | string Name { get; } | 42 | string Name { get; } |