RLVa Scratch Page

From Catznip
Revision as of 13:51, 15 August 2016 by Kitty Barnett (talk | contribs) (Created page with "=== @findfolders:<match>[;<separator>]=<channel> === Added: <RLVa-1.2 (variable separator added in RLVa-2.1) Returns all folders under the shared #RLV root that match the spe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@findfolders:<match>[;<separator>]=<channel>

Added: <RLVa-1.2 (variable separator added in RLVa-2.1)

Returns all folders under the shared #RLV root that match the specified text as a comma-separated list.

@interact<n|y>

Added: <RLVa-1.2

Blocks all world interaction including but not limited to selecting or right-clicking in-world objects or people, attachments (self or other) and bypasses all edit or touch exceptions.

It does not impede the self context menu, positioning/moving/focusing the camera controls using the keyboard+mouse, mouse steering, or drag-dropping inventory onto a nearby avatar (but not objects).

The intended effect is similar to a full screen covering transparent HUD with a z-position placing it behind all other HUDs.

@sharedwear<n|y> / @sharedunwear<n|y>

Added: RLVa-1.3

Blocks anything (either by user action or from any scripted object) from respectively wearing or taking off any items contained in the shared #RLV root.

@touchhud[:<uuid>]<n|y>

Added: <RLVa-1.2

Blocks touching any worn HUD attachment except the ones specifically exempted either through @touchhud:<uuid> or through @touchme:<uuid>.

NOTE: exceptions are valid on the root prim only; it is, for example, not possible to block access to all but one buttons on a HUD.

@tprequest[:<agent>]<n|y>

Added: RLVa-1.4

Prevents the user from requesting teleports except the ones specifically exempted (has strict variant). See @tplure[:<agent>]=<n|y> for more information.

@accepttprequest[:<agent>]<n|y>

Added: RLVa-1.4

When used without an option all incoming teleport requests will be auto-accepted; when used with a specific key only that person's incoming teleport requests will be auto-accepted (has strict variant). See @accepttp[:<agent>]=<n|y> for more information.

@sendgestures<n|y>

Added: RLVa-2.0

Prevents the user from playing or triggering any active gestures.