by Brayla Sana | Feb 1, 2022 | Camera, Functions, LSL, OSSL, Wiki
llReleaseCamera(key agent) A FollowCam function that returns the camera to the key agent after permission to change it with llSetCameraParams has been granted via llRequestPermissions(agent_key,...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llReleaseControls() Releases control previously taken with llTakeControls. Note: releasing control will unset PERMISSION_TAKE_CONTROLS. To take control again, re-request the permission with llRequestPermissions. Q: If you call release controls and...
by Brayla Sana | Jun 26, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
key llRequestAgentData(key id, integer data) This function requests information of type data (see constants below) about agent id. The information is returned via the dataserver event. The key returned by this function is the query id for the dataserver event. id must...
by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
key llRequestAgentData(key id, integer data) This function requests information of type data (see constants below) about agent id. The information is returned via the dataserver event....
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llRequestPermissions( key agent, integer permissions ); Ask agent for permissions to run certain classes of functions. • key agent – avatar UUID that is in the same region • integer permissions – Permission mask (bitfield...
by Brayla Sana | Jun 26, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
integer llSameGroup(key id); Returns TRUE if the agent/object associated with id has the same active group (and is currently in the same simulator) as the object the script is in. If not, this function returns FALSE. Note: “group” does not refer to links...