OsGetMapTexture
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | + | {| width="100%" style="border: thin solid black" | |
| − | <source lang="lsl"> | + | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' |
| + | |- valign="top" | ||
| + | |'''Threat Level''' || <Threat Level goes here> | ||
| + | |||
| + | |- valign="top" | ||
| + | |'''Function Syntax''' || <source lang="lsl"> | ||
| + | |||
| + | </source> | ||
| + | |- valign="top" | ||
| + | |'''Example(s)||<source lang="lsl"> | ||
default | default | ||
{ | { | ||
| Line 10: | Line 19: | ||
</source> | </source> | ||
| + | |} | ||
| − | [[Category:OSSL]] | + | [[Category:OSSL Functions]] |
[[Category:OSSL functions without threat level]] | [[Category:OSSL functions without threat level]] | ||
[[Category:OSSL functions without function syntax]] | [[Category:OSSL functions without function syntax]] | ||
Revision as of 08:34, 11 June 2011
| OsGetMapTexture | |
| Threat Level | <Threat Level goes here> |
| Function Syntax | |
| Example(s) | default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } } |