OsGetNotecard
From OpenSimulator
(Difference between revisions)
ZauberExonar (Talk | contribs) (New page: '''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 dataserve...) |
ZauberExonar (Talk | contribs) |
||
| Line 5: | Line 5: | ||
<br> ''From OSSL_Api.cs:'' | <br> ''From OSSL_Api.cs:'' | ||
<blockquote>"due to the synchronous method this function uses to fetch assets, its use may be dangerous and unreliable while running in grid mode."</blockquote> | <blockquote>"due to the synchronous method this function uses to fetch assets, its use may be dangerous and unreliable while running in grid mode."</blockquote> | ||
| + | |||
| + | --[[User:ZauberExonar|ZauberExonar]] 08:20, 5 February 2010 (UTC) | ||
Revision as of 00:20, 5 February 2010
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. This function has a threat level of Very High:
From OSSL_Api.cs:
"due to the synchronous method this function uses to fetch assets, its use may be dangerous and unreliable while running in grid mode."
--ZauberExonar 08:20, 5 February 2010 (UTC)