Skip to content

llGetExperienceDetails

Requires Experience
function ll.GetExperienceDetails(ExperienceID: string): {any}

Returns a list with the following Experience properties: [Experience Name, Owner ID, Group ID, Experience ID, State, State Message]. State is an integer corresponding to one of the constants XP_ERROR_... and State Message is the string returned by llGetExperienceErrorMessage for that integer.

Parameters
ExperienceID (string)
May be NULL_KEY to retrieve the details for the script's Experience

Add example usage here showing SLua/Luau syntax with ll.GetExperienceDetails().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.