diff options
author | Jacek Antonelli | 2009-05-24 22:32:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-05-25 18:37:34 -0500 |
commit | f8b927f29f4adbee50ead87d26a9f0531231e540 (patch) | |
tree | 017975caf9fe5bc9cdcbc8e3cfe3e6e00837e06f /linden/indra/newview/llagent.h | |
parent | Moved LLAgent::teleportHome() definition. (diff) | |
download | meta-impy-f8b927f29f4adbee50ead87d26a9f0531231e540.zip meta-impy-f8b927f29f4adbee50ead87d26a9f0531231e540.tar.gz meta-impy-f8b927f29f4adbee50ead87d26a9f0531231e540.tar.bz2 meta-impy-f8b927f29f4adbee50ead87d26a9f0531231e540.tar.xz |
Added Teleport Home confirmation and callback methods.
LLAgent::teleportHomeConfirm()
LLAgent::teleportHomeCallback()
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index bc06e92..dd204af 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -463,6 +463,8 @@ public: | |||
463 | 463 | ||
464 | // go home | 464 | // go home |
465 | void teleportHome(); | 465 | void teleportHome(); |
466 | void teleportHomeConfirm(); | ||
467 | static void teleportHomeCallback(S32 option, void *userdata); | ||
466 | 468 | ||
467 | // to an invited location | 469 | // to an invited location |
468 | void teleportViaLure(const LLUUID& lure_id, BOOL godlike); | 470 | void teleportViaLure(const LLUUID& lure_id, BOOL godlike); |