LlGetColor/ja
From Second Life Wiki
例
//Tells the owner the color on all sides default { state_entry() { integer i = 0; integer max = llGetNumberOfSides(); while(i < max) { llSay(0,"Face "+(string)i+" color is " + (string)llGetColor(i)); ++i; } } }
関連項目
関数
| • | llGetAlpha | – | プリムのアルファを取得します | |
| • | llSetAlpha | – | プリムのアルファを設定します | |
| • | llSetColor | – | プリムの色を設定します。 | |
| • | llSetLinkColor | – | リンクプリムの色を設定します | |
| • | llSetLinkAlpha | – | リンクプリムのアルファを設定します | |
| • | llGetNumberOfSides | – | プリム上の面番号を取得します |
項目
| • | Color in LSL |

