OsSetContentType
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 5: | Line 5: | ||
|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 | ||
}} | }} |
Revision as of 08:54, 15 October 2018
void osSetContentType(LSL_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 |