LlGetTexture/ja
From Second Life Wiki
メインページ > LlGetTexture > LlGetTexture/ja
例
//Tells the owner the textures on 6 sides default { state_entry() { integer i = 0; integer max = llGetNumberOfSides(); while(i < max) { llSay(0,"Side " + (string)i + " texture is: " + (string)llGetTexture(i)); ++i; } } }
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。

