LlGetTextureOffset/ja
From Second Life Wiki
例
//Tells the owner the texture offset on all sides default { state_entry() { integer i = 0; integer max = llGetNumberOfSides(); while(i < max) { llSay(0,"Face "+(string)i+" texture offset is " + (string)llGetTextureOffset(i)); ++i; } } }

