Difference between revisions of "LlWind/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function/ja |func=llWind |sort=Wind |func_id=44 |func_sleep=0.0 |func_energy=10.0 |return_type=vector |p1_type=vector |p1_name=offset |func_footnote |return_text=プリム位置 + ''...)
 
m (カテゴリ変更)
Line 25: Line 25:
|also_functions={{LSL DefineRow||[[llCloud/ja|llCloud]]}}
|also_functions={{LSL DefineRow||[[llCloud/ja|llCloud]]}}
|notes
|notes
|cat1=Region
|cat1=Region/ja
|cat2=Weather
|cat2=Weather/ja
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 07:09, 10 April 2010

要約

関数: vector llWind( vector offset );

プリム位置 + offsetの風の速さを vector で返します。

• vector offset

サンプル

<lsl> default {

   touch_start(integer num)
   {
       llSay(0, "Wind velocity: " + (string)llWind(ZERO_VECTOR));
   }

}

</lsl>

関連項目

関数

•  llCloud

特記事項

Search JIRA for related Issues

Signature

function vector llWind( vector offset );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。