Skip to content

llRequestAgentData

key llRequestAgentData(key AvatarID, integer Data)

Requests data about AvatarID. When data is available the dataserver event will be raised.

This function requests data about an avatar. If and when the information is collected, the dataserver event is triggered with the key returned from this function passed in the requested parameter. See the agent data constants (DATA_*) for details about valid values of data and what each will return in the dataserver event.

Parameters
AvatarID (key)
Data (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here