OsSetContentType
From OpenSimulator
(Difference between revisions)
m (Updated threat level) |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|function_syntax=void osSetContentType(key id, string type) | |function_syntax=void osSetContentType(key id, string type) | ||
− | |threat_level= | + | |threat_level=Severe |
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
|delay=0 | |delay=0 | ||
|description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()]. | |description=Sets an arbitrary content return type for an [http://wiki.secondlife.com/wiki/LlRequestURL llRequestUrl()]. | ||
|additional_info=This function was added in 0.7.5-post-fixes | |additional_info=This function was added in 0.7.5-post-fixes | ||
+ | The threat level was upgraded to Severe as of commit #2c2b887c8a on December 11, 2018. | ||
}} | }} |
Revision as of 11:43, 5 January 2019
void osSetContentType(key id, string type)
| |
Sets an arbitrary content return type for an llRequestUrl(). | |
Threat Level | Severe |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.5-post-fixes
The threat level was upgraded to Severe as of commit #2c2b887c8a on December 11, 2018. |