At rot target
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Contents |
Description
Event: at_rot_target( integer handle, rotation targetrot, rotation ourrot ){ ; }| 18 | Event ID |
Result of llRotTarget library function call
| • integer | handle | – | llRotTarget return | |
| • rotation | targetrot | – | llRotTarget rot parameter | |
| • rotation | ourrot | – | current rotation (similar to llGetRot) |
See Also
Events
| • | not_at_rot_target | |||
| • | at_target | |||
| • | not_at_target |
Functions
| • | llTarget | – | Setup a target position | |
| • | llTargetRemove | – | Stop a target position | |
| • | llRotTarget | – | Setup a target rotation | |
| • | llRotTargetRemove | – | Stop a target rotation |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

