|
|
(5 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{LSL_Function
| | #REDIRECT [[llEmail]] |
| |func_id=119|func_sleep=20.0|func_energy=10.0
| |
| |sort=Email|func=llEmail
| |
| |p1_type=string|p1_name=address
| |
| |p2_type=string|p2_name=subject
| |
| |p3_type=string|p3_name=message
| |
| |func_footnote
| |
| |func_desc=Sends an email to '''address''' with '''subject''' and '''message'''.
| |
| |return_text
| |
| |spec=The message is prefixed with information about the prim sending the email.
| |
| <pre>
| |
| Object-Name: *prim*
| |
| Region: *simname* (*simpos.x*, *simpos.y*)
| |
| Local-Position: (*primpos.x*, *primpos.y*, *primpos.z*)
| |
| | |
| *message*
| |
| </pre>
| |
| |caveats = There is a limit to the number of email messages an object can send in a given amount of time.
| |
| |constants
| |
| |examples
| |
| |helpers
| |
| |also_functions=*{{LSLG|llMessageLinked}}
| |
| |also_events*{{LSLG|link message}}
| |
| |also_tests=*[[llEmail]]
| |
| |also_articles
| |
| |notes=Because of the long delay on this function, it is often called from a second script triggered by {{LSLG|link message}}.
| |
| |permission
| |
| |negative_index
| |
| |cat1
| |
| |cat2
| |
| |cat3
| |
| |cat4
| |
| }}
| |