OsSetContentType
From OpenSimulator
(Difference between revisions)
m |
m (Added permissions and delay information) |
||
Line 2: | Line 2: | ||
|function_syntax=void osSetContentType(LSL_Key id, string type) | |function_syntax=void osSetContentType(LSL_Key id, string type) | ||
|threat_level=High | |threat_level=High | ||
+ | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |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()]. | ||
}} | }} |
Revision as of 19:41, 25 October 2017
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 |