OsGetMapTexture
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
| Line 1: | Line 1: | ||
| − | {{osslfunc| | + | {{osslfunc |
| − | threat_level = None | + | |threat_level=None |
| − | | | + | |function_syntax=osGetMapTexture() |
| − | function_syntax = | + | |ossl_example=<source lang="lsl"> |
| − | osGetMapTexture() | + | |
| − | + | ||
| − | | | + | |
| − | ossl_example = <source lang="lsl"> | + | |
default | default | ||
{ | { | ||
| Line 15: | Line 11: | ||
} | } | ||
</source> | </source> | ||
| − | | | + | |description= |
| − | + | ||
| | | | ||
}} | }} | ||
Revision as of 20:33, 1 July 2011
osGetMapTexture()
| |
| No descriptions provided | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } } | |