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