Difference between revisions of "LlGetTextureRot/ja"
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) (New page: {{multi-lang}}{{LSL_Function/face/ja|side|}} {{LSL_Function/ja |func_id=180|func_sleep=0.0|func_energy=10.0 |func=llGetTextureRot |return_type=float|p1_type=integer|p1_name=side |func_foot...) |
Asuka Neely (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{LSL_Function/face/ja|side|}} | |||
{{LSL_Function/ja | {{LSL_Function/ja | ||
|func_id=180|func_sleep=0.0|func_energy=10.0 | |func_id=180|func_sleep=0.0|func_energy=10.0 | ||
Line 31: | Line 31: | ||
|also_articles | |also_articles | ||
|notes | |notes | ||
|cat1=Texture | |cat1=Texture | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 22:38, 18 April 2008
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
要約
関数: float llGetTextureRot( integer side );警告
- side が存在しない面を指している場合、関数はエラーを出さずに復帰します。
サンプル
<lsl>//Tells the owner the texture rotation on all sides default {
state_entry() { integer i = 0; integer max = llGetNumberOfSides(); while(i < max) { llSay(0,"Face "+(string)i+" texture rotation is " + (string)llGetTextureRot(i)); ++i; } }}</lsl>
関連項目
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。