Reference API Roblox

Engine API

Website

Related

Reference API Roblox

IXPLoadingStatus

Describes the loading state of an IXP (in-experience experiment) layer fetch operation.

Items 7

HistoryNameValueDescription
463None0

The default status when the IXP controller is first constructed or after layers have been cleared.

463Pending1

An HTTP request to fetch layer assignments has been sent and a response is awaited.

463Initialized2

The HTTP request completed successfully and layer variable values have been populated from the response.

599ErrorInvalidUser3

The fetch failed because the requested subject (user) was invalid at the time of the request.

543ErrorConnection4

The HTTP request to fetch layer assignments failed due to a connection error.

543ErrorJsonParse5

The HTTP request succeeded but the response body could not be parsed as valid JSON.

599ErrorTimedOut6

The HTTP request to fetch layer assignments timed out before a response was received.

Removed items 1

HistoryNameValue
543ShutOff3

Description

IXPLoadingStatus represents the lifecycle state of an HTTP request made by IXPService to fetch IXP layer assignments for a subject (user, browser tracker, or creator). Methods such as GetUserLayerLoadingStatus() and events such as OnUserLayerLoadingStatusChanged return or pass this enum. Callers should wait for IXPLoadingStatus.Initialized before reading layer variables; any error value indicates the fetch did not succeed and layer variables will not be populated.

History 20

Settings