OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Line 12: | Line 12: | ||
[[Category:OSSL]] | [[Category:OSSL]] | ||
+ | [[Category:OSSL functions without threat level]] |
Revision as of 07:05, 8 June 2011
Script Example
default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }