OsGetNotecard
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
Line 1: | Line 1: | ||
− | {{osslfunc | + | {{osslfunc |
− | threat_level = VeryHigh | + | |threat_level=VeryHigh |
− | | | + | |function_syntax=osGetNotecard(string name) |
− | function_syntax = | + | |ossl_example= |
− | osGetNotecard(string name) | + | |description=This function directly reads the entire contents of a notecard if it exists within the task inventory, and dumps it into a string. It skips the dataserver event, thereby reducing code complexity. |
− | + | ||
− | | | + | |
− | ossl_example = | + | |
− | | | + | |
− | + | ||
| | | | ||
}} | }} |
Revision as of 20:33, 1 July 2011
osGetNotecard(string name)
| |
This function directly reads the entire contents of a notecard if it exists within the task inventory, and dumps it into a string. It skips the dataserver event, thereby reducing code complexity. | |
Threat Level | VeryHigh |
Permissions | No permissions specified |
Extra Delay | No function delay specified |