Difference between revisions of "Collision end/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Event/ja|event_id=7|event_delay|event=collision_end |p1_type=integer|p1_name=num_detected|p1_desc |event_desc=タスクが、他のタスクとのコリジョンを終了したとき...)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL_Event/ja|event_id=7|event_delay|event=collision_end
{{Issues/SVC-3306}}{{LSL_Event/ja|event_id=7|event_delay|event=collision_end
|p1_type=integer|p1_name=num_detected|p1_desc
|p1_type=integer|p1_name=num_detected|p1_desc
|event_desc=タスクが、他のタスクとのコリジョンを終了したときに作動します。
|event_desc=タスクが他のタスクとの衝突を終えたときに発生します。
|constants
|constants
|spec
|spec
|caveats=*このイベントは確実に常に実行するわけではありません。
|caveats=*このイベントは必ず発生するとは限りません。
|examples=
 
SIMの境界を超えたときも拾いますので、絶対に飛行機には使わないでください。
|examples=<source lang="lsl2">collision_end(integer total_number)
{
    llOwnerSay("The collision I've had with " + llDetectedName(0) + "has ended.");
}</source>
|helpers
|helpers
|also_header
|also_header
|also_events={{LSL DefineRow||[[collision_start/ja|collision_start]]|}}
|also_events={{LSL DefineRow||{{LSLG/ja|collision_start}}|}}
{{LSL DefineRow||[[collision/ja|collision]]|}}
{{LSL DefineRow||{{LSLG/ja|collision}}|}}
|also_functions={{LSL DefineRow||[[llPassCollisions/ja|llPassCollisions]]|}}
|also_functions={{LSL DefineRow||{{LSLG/ja|llPassCollisions}}|}}
{{LSL DefineRow||[[llCollisionFilter/ja|llCollisionFilter]]|}}
{{LSL DefineRow||{{LSLG/ja|llCollisionFilter}}|}}
{{LSL DefineRow||[[llCollisionSound/ja|llCollisionSound]]|}}
{{LSL DefineRow||{{LSLG/ja|llCollisionSound}}|}}
{{LSL DefineRow||[[llCollisionSprite/ja|llCollisionSprite]]|}}
{{LSL DefineRow||{{LSLG/ja|llCollisionSprite}}|}}
{{LSL DefineRow||[[llVolumeDetect/ja|llVolumeDetect]]|}}
{{LSL DefineRow||{{LSLG/ja|llVolumeDetect}}|}}
|also_articles
|also_articles
|also_footer
|also_footer
|notes
|notes
|mode
|issues
|deprecated
|cat1=Collision
|cat1=Collision/ja
|cat2=Detected
|cat2=Detected/ja
|cat3=Collision Events
|cat3
|cat4}}
|cat4}}

Latest revision as of 09:56, 21 February 2016

説明

イベント: collision_end( integer num_detected ){ ; }

タスクが他のタスクとの衝突を終えたときに発生します。

• integer num_detected

警告

  • このイベントは必ず発生するとは限りません。

SIMの境界を超えたときも拾いますので、絶対に飛行機には使わないでください。

サンプル

collision_end(integer total_number)
{
    llOwnerSay("The collision I've had with " + llDetectedName(0) + "has ended.");
}

参考情報

イベント

•  collision_start
•  collision

関数

•  llPassCollisions
•  llCollisionFilter
•  llCollisionSound
•  llCollisionSprite
•  llVolumeDetect

特記事項

議論

   Add enumeration to llPassCollisions() to provide PASS_ALWAYS, PASS_IF_NOT_HANDLED, and PASS_NEVER as explicit options.
(Was: Collisions passed to parent REGARDLESS llPassCollisions(FALSE) in child)
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。