summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-09-22 23:53:13 +0000
committerFate <fate-tmw@googlemail.com>2009-09-22 23:53:13 +0000
commit7a33c26814eb38b87f9d32fddb2d63e4b39e69a5 (patch)
tree75ddb192e36f7fd7e390b48362341976f093aebc /src/map/atcommand.h
parent264bf4fd6dfb501643cf9178e5471e9e0e55152b (diff)
downloadtmwa-7a33c26814eb38b87f9d32fddb2d63e4b39e69a5.tar.gz
tmwa-7a33c26814eb38b87f9d32fddb2d63e4b39e69a5.tar.bz2
tmwa-7a33c26814eb38b87f9d32fddb2d63e4b39e69a5.tar.xz
tmwa-7a33c26814eb38b87f9d32fddb2d63e4b39e69a5.zip
@listnearby lists all nearby player names
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index df996b6..5e72b1f 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -182,6 +182,7 @@ enum AtCommandType {
AtCommand_IterateForward,
AtCommand_IterateBackward,
AtCommand_Wgm,
+ AtCommand_ListNearby, // [fate]
// end
AtCommand_Unknown,
AtCommand_MAX