OsGetMapTexture
From OpenSimulator
(Difference between revisions)
m |
|||
| Line 2: | Line 2: | ||
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
|- valign="top" | |- valign="top" | ||
| − | |'''Threat Level''' || | + | |'''Threat Level''' || None |
|- valign="top" | |- valign="top" | ||
| Line 22: | Line 22: | ||
[[Category:OSSL Functions]] | [[Category:OSSL Functions]] | ||
| − | |||
Revision as of 12:13, 11 June 2011
| OsGetMapTexture | |
| Threat Level | None |
| Function Syntax | osGetMapTexture() |
| Example(s) | default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } } |