OsSetContentType
From OpenSimulator
(Difference between revisions)
												
			m (Added note stating which version of OpenSim introduced this function)  | 
			|||
| Line 1: | Line 1: | ||
{{osslfunc  | {{osslfunc  | ||
| − | |function_syntax=void osSetContentType(  | + | |function_syntax=void osSetContentType(key id, string type)  | 
|threat_level=High  | |threat_level=High  | ||
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER  | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER  | ||
Revision as of 13:42, 27 November 2018
void osSetContentType(key id, string type)
 
 | |
| Sets an arbitrary content return type for an llRequestUrl(). | |
| Threat Level | High | 
| Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 
| Extra Delay | 0 seconds | 
| Notes | |
| This function was added in 0.7.5-post-fixes | |