aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llpartdata.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-12-22 14:28:24 +0100
committerArmin Weatherwax2010-12-22 14:28:24 +0100
commit1d1482eeec3c26c1eb9c14eba6eb78462f704606 (patch)
tree4a0b6abec090298a34f02e5b9d99abae892f6247 /linden/indra/llmessage/llpartdata.h
parentfix: Bug #721: Search lags (diff)
downloadmeta-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.h3
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