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=プリム位置 + ''...)
 
 
(5 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|p1_name=offset
|p1_name=offset
|func_footnote
|func_footnote
|return_text=プリム位置 + '''offset'''の風の速さ
|return_text=プリムの位置での風の速さ + '''offset''' 
|spec
|spec
|caveats
|caveats
|examples=
|examples=
<lsl>
<source lang="lsl2">
default
default
{
{
Line 21: Line 21:
     }
     }
}
}
</lsl>
</source>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llCloud/ja|llCloud]]}}
|also_functions={{LSL DefineRow||{{LSLG/ja|llCloud}}}}
|also_articles={{LSL DefineRow||{{LSLGC/ja|Weather}}|SL の天気についての情報}}
|notes
|notes
|issues={{Issue/V1|SVC-3131|llWind() とビューワのエフェクトが一致しない}}
|cat1=Region
|cat1=Region
|cat2=Weather
|cat2=Weather

Latest revision as of 15:04, 25 February 2016

要約

関数: vector llWind( vector offset );

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

• vector offset

サンプル

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

関連項目

関数

•  llCloud

記事

•  天気 SL の天気についての情報

特記事項

All Issues

~ Search JIRA for related Issues
   llWind() とビューワのエフェクトが一致しない

Signature

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