Difference between revisions of "TARGETED EMAIL OBJECT OWNER"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant/TargetedEmail}}{{LSL Constant |name=TARGETED_EMAIL_OBJECT_OWNER |type=integer |value=2 |desc=Causes the message to be sent to the owner of the calling object |e...") |
m |
||
Line 1: | Line 1: | ||
{{LSL Constant/ | {{LSL Constant/llTargetedEmail}}{{LSL Constant | ||
|name=TARGETED_EMAIL_OBJECT_OWNER | |name=TARGETED_EMAIL_OBJECT_OWNER | ||
|type=integer | |type=integer | ||
Line 7: | Line 7: | ||
|functions=[[LlTargetedEmail]] | |functions=[[LlTargetedEmail]] | ||
|events | |events | ||
|cat1= | |cat1=llTargetedEmail | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 |
Latest revision as of 06:57, 31 March 2020
Constant | Val | Select the email destination |
---|---|---|
TARGETED_EMAIL_OBJECT_OWNER | 2 | send email to the owner of the current object |
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer TARGETED_EMAIL_OBJECT_OWNER = 2;The integer constant TARGETED_EMAIL_OBJECT_OWNER has the value 2
Causes the message to be sent to the owner of the calling object
Caveats