summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-12 12:23:58 -0700
committerFate <fate-tmw@googlemail.com>2008-12-12 12:23:58 -0700
commit9537c3f0086c8985d84eb0fa5823e8be185beada (patch)
tree4338d77c0bac1f9c3807d4fca6acca873ec73916 /src/map/atcommand.h
parentdbd6ed3452751d45b866572fd42784bc8e7c8161 (diff)
downloadtmwa-9537c3f0086c8985d84eb0fa5823e8be185beada.tar.gz
tmwa-9537c3f0086c8985d84eb0fa5823e8be185beada.tar.bz2
tmwa-9537c3f0086c8985d84eb0fa5823e8be185beada.tar.xz
tmwa-9537c3f0086c8985d84eb0fa5823e8be185beada.zip
Added @hugo and @linus commands for iterating over logged-in players
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 76593cc..80101b9 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -213,6 +213,10 @@ enum AtCommandType {
AtCommand_MagicInfo,
AtCommand_Log,
AtCommand_Tee,
+ AtCommand_Invisible,
+ AtCommand_Visible,
+ AtCommand_IterateForward,
+ AtCommand_IterateBackward,
// end
AtCommand_Unknown,
AtCommand_MAX