OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Line 9: | Line 9: | ||
} | } | ||
</source> | </source> | ||
+ | |||
+ | |||
+ | [[Category:OSSL]] |
Revision as of 08:43, 19 November 2010
Script Example
default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }