diff options
author | Armin Weatherwax | 2010-12-22 14:28:24 +0100 |
---|---|---|
committer | Armin Weatherwax | 2010-12-22 14:28:24 +0100 |
commit | 1d1482eeec3c26c1eb9c14eba6eb78462f704606 (patch) | |
tree | 4a0b6abec090298a34f02e5b9d99abae892f6247 /linden/indra/llmessage/llpartdata.h | |
parent | fix: Bug #721: Search lags (diff) | |
download | meta-impy-1d1482eeec3c26c1eb9c14eba6eb78462f704606.zip meta-impy-1d1482eeec3c26c1eb9c14eba6eb78462f704606.tar.gz meta-impy-1d1482eeec3c26c1eb9c14eba6eb78462f704606.tar.bz2 meta-impy-1d1482eeec3c26c1eb9c14eba6eb78462f704606.tar.xz |
load unloaded-avatar-cloud particle system from LLSD file.
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r-- | linden/indra/llmessage/llpartdata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llpartdata.h b/linden/indra/llmessage/llpartdata.h index 6dcb311..b7efa95 100644 --- a/linden/indra/llmessage/llpartdata.h +++ b/linden/indra/llmessage/llpartdata.h | |||
@@ -158,6 +158,9 @@ public: | |||
158 | BOOL unpackBlock(const S32 block_num); | 158 | BOOL unpackBlock(const S32 block_num); |
159 | BOOL packBlock(); | 159 | BOOL packBlock(); |
160 | 160 | ||
161 | LLSD asLLSD() const; | ||
162 | bool fromLLSD(LLSD& sd); | ||
163 | |||
161 | static BOOL packNull(); | 164 | static BOOL packNull(); |
162 | static BOOL isNullPS(const S32 block_num); // Returns FALSE if this is a "NULL" particle system (i.e. no system) | 165 | static BOOL isNullPS(const S32 block_num); // Returns FALSE if this is a "NULL" particle system (i.e. no system) |
163 | 166 | ||