LlGetTexture/ja
< LlGetTexture
Jump to navigation
Jump to search
Revision as of 20:22, 18 February 2008 by Asuka Neely (talk | contribs) (New page: {{multi-lang}}{{LSL Function/face/ja|face}} {{LSL_Function/ja |func_id=57|func_sleep=0.0|func_energy=10.0 |func=llGetTexture|return_type=string|p1_type=integer|p1_name=face |func_footnote=...)
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
要約
関数: string llGetTexture( integer face );警告
- face が存在しない面を指している場合、関数はエラーを出さずに復帰します。
サンプル
<lsl> //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>関連項目
関数
• | llSetTexture | |||
• | llSetLinkTexture | – | リンクプリムのテクスチャを設定します | |
• | llGetNumberOfSides | – | プリムの面番号を取得します |
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。