OsGetMapTexture
From OpenSimulator
(Difference between revisions)
Danny Bisby (Talk | contribs) |
|||
Line 1: | Line 1: | ||
Script Example | Script Example | ||
− | < | + | <source lang="lsl"> |
+ | default | ||
{ | { | ||
state_entry() | state_entry() | ||
Line 7: | Line 8: | ||
} | } | ||
} | } | ||
− | </ | + | </source> |
Revision as of 12:39, 17 January 2010
Script Example
default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }