OsGetMapTexture
From OpenSimulator
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); } } |