OsGetMapTexture
From OpenSimulator
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | {| | + | {{osslfunc| |
− | + | threat_level = None | |
− | | | + | | |
− | + | function_syntax = <source lang="lsl"> | |
− | + | ||
− | + | ||
− | + | ||
osGetMapTexture() | osGetMapTexture() | ||
</source> | </source> | ||
− | | | + | | |
− | + | ossl_example = <source lang="lsl"> | |
default | default | ||
{ | { | ||
Line 18: | Line 15: | ||
} | } | ||
</source> | </source> | ||
− | + | | | |
− | | | + | additional_info = |
− | + | | | |
− | + | }} |
Revision as of 15:04, 12 June 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); } } |