At rot target/es

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Event: at_rot_target( integer tnum, rotation targetrot, rotation ourrot ){ ; }

Resultado de la llamada a la función llRotTarget

• integer tnum llRotTarget número devuelto por la función llSetRot
• rotation targetrot rotación de llRotTarget
• rotation ourrot rotación en curso (similar a llGetRot)

Examples

See Also

Events

•  not_at_rot_target
•  at_target
•  not_at_target

Functions

•  llTarget Define una posición objetivo
•  llTargetRemove Detiene una posición objetivo
•  llRotTarget Define una rotación objetivo
•  llRotTargetRemove Detiene una rotación objetivo

Deep Notes

Signature

event void at_rot_target( integer tnum, rotation targetrot, rotation ourrot );