OsGetNotecard
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
− | {| | + | {{osslfunc| |
− | + | threat_level = VeryHigh | |
− | | | + | | |
− | + | function_syntax = <source lang="lsl"> | |
− | + | ||
− | + | ||
− | + | ||
osGetNotecard(string name) | osGetNotecard(string name) | ||
</source> | </source> | ||
− | | | + | | |
− | + | ossl_example = | |
− | + | | | |
− | + | additional_info = 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. | |
− | + | | | |
− | + | }} | |
− | 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. | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 15:06, 12 June 2011
osGetNotecard(string name) | |
No descriptions provided | |
Threat Level | VeryHigh |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Notes | |
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. |