OsGetNotecard

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = VeryHigh
+
|threat_level=VeryHigh
|
+
|function_syntax=osGetNotecard(string name)  
function_syntax = <source lang="lsl">
+
|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.  
</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.  
+
 
|
 
|
 
}}
 
}}

Revision as of 21: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
Personal tools
General
About This Wiki