Difference between revisions of "EOF"
Jump to navigation
Jump to search
m |
|||
Line 3: | Line 3: | ||
|type=string | |type=string | ||
|value={{HoverText|"\n\n\n"|Three newline characters (0x0a)}} | |value={{HoverText|"\n\n\n"|Three newline characters (0x0a)}} | ||
|desc= | |desc=Returned by the dataserver event as a result of a call to [[llGetNotecardLine]] representing that the end of the notecard has been reached. | ||
|comment | |comment | ||
|examples | |examples |
Revision as of 18:55, 27 March 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: string EOF = "\n\n\n";The string constant EOF has the value "\n\n\n"
Returned by the dataserver event as a result of a call to llGetNotecardLine representing that the end of the notecard has been reached.
Caveats