Skip to main content

Module experience

Module experience 

Source
Expand description

Experience value types: the property bitfield carried in experience info.

Structs§

ExperienceProperties
The bitfield of experience-info property flags (the PROPERTY_* constants). Mirrors the viewer’s LLExperienceCache property bits, which it notes should track the grid’s experience-api model.

Constants§

PROPERTY_DISABLED
Experience properties bit: the experience is disabled.
PROPERTY_GRID
Experience properties bit: grid-wide scope (vs. land-scoped). Mirrors the viewer’s grid-scope notification on a permission request.
PROPERTY_INVALID
Experience properties bit: the experience id is invalid (a placeholder for an error_ids entry the grid could not resolve).
PROPERTY_PRIVATE
Experience properties bit: the experience is private.
PROPERTY_PRIVILEGED
Experience properties bit: privileged (a Linden-blessed experience).
PROPERTY_SUSPENDED
Experience properties bit: the experience is suspended by an admin.