LlSound/ja

From Second Life Wiki
< LlSound
Revision as of 14:52, 24 April 2008 by Asuka Neely (talk | contribs) (New page: {{LSL_Function/inventory/ja |sound|uuid=true|type=sound|volume=volume}}{{LSL_Function/ja |func_id=85|func_sleep=0.0|func_energy=10.0 |func=llSound |p1_type=string|p1_name=sound |p2_type=fl...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Emblem-important.png 廃止済み
(この関数は廃止されています。代わりに llPlaySound を使用してください。)

要約

関数: llSound( string sound, float volume, integer queue, integer loop );

volumeの音量でsoundを再生し、繰り返すべきかどうか決めます。

• string sound プリムの インベントリ の中にあるsoundまたは UUID
• float volume 0.0 (消音) から 1.0 (大音量) (0.0 <= volume <= 1.0)
• integer queue 真偽値で、再生待ちにするか(TRUE/ja)、再生中の曲を中断するか(FALSE/ja)を指定します
• integer loop 真偽値で、連続再生するかどうか決めます

警告

  • この関数は廃止されています。代わりに llPlaySound を使用してください。
  • sound がプリムの中で見つからない場合、かつこれが UUID でない場合、またはこれがsoundでない場合、エラーが DEBUG_CHANNEL 上で叫ばれます。
  • soundUUID である場合、オブジェクト自体に新たな アセット権限 が発生するようなことはありません。
    • アセットをプリムのインベントリの中に置いた場合、これまで発生していた使用制限は新しいオブジェクトで新たに作成されません。
All Issues ~ Search JIRA for related Bugs

サンプル

特記事項

Search JIRA for related Issues

Signature

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