llTakeControls
LSLvoid llTakeControls(integer controls, integer accept, integer pass_on)
Take controls from the agent the script has permissions for.\ If (Accept == (Controls & input)), send input to the script. PassOn determines whether Controls also perform their normal functions.\ Requires the PERMISSION_TAKE_CONTROLS permission to run.
Parameters
| Type | Name |
|---|---|
| integer | controls |
| integer | accept |
| integer | pass_on |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llLinksetDataReset()
list llGetBoundingBox(string obj)
string llGetInventoryAcquireTime(string item)
integer llLinksetDataWriteProtected(string name, string value, string pass)
integer llSubStringIndex(string source, string pattern)
key llList2Key(list src, integer index)
integer llStringLength(string str)
list llList2List(list src, integer start, integer end)