Difference between revisions of "User:Toy Wylie/RLV Documentation/clear"

From Second Life Wiki
Jump to navigation Jump to search
(More purpose)
(Switch to template model)
Line 1: Line 1:
== @clear ==
{{Template:RLV_Documentation/Command
 
|@clear|
= Purpose =
 
Releases all restrictions placed on the avatar by this object. This is useful and recommended when your object is supposed to release the user completely. Rather than removing each restriction one by one and possibly forgetting one of them, the usage of @clear should be considered.
Releases all restrictions placed on the avatar by this object. This is useful and recommended when your object is supposed to release the user completely. Rather than removing each restriction one by one and possibly forgetting one of them, the usage of @clear should be considered.
 
|-
= See also =
|<lsl>lock()
 
= Example =
 
<lsl>
 
lock()
{
{
     llOwnerSay("@detach=n,sendchat=n,emote=add");
     llOwnerSay("@detach=n,sendchat=n,emote=add");
Line 44: Line 36:
         }
         }
     }
     }
}
}</lsl>
 
}}
</lsl>

Revision as of 10:45, 6 July 2010


@clear

Type

Implemented

Implemented since RLV version

Usage

Purpose


See Also

Example

{{{example}}}