Difference between revisions of "LlSameGroup/ja"
Jump to navigation
Jump to search
Mako Nozaki (talk | contribs) m (カテゴリ変更) |
Mako Nozaki (talk | contribs) m (Undo revision 849162 by Mako Nozaki (Talk)) |
||
Line 30: | Line 30: | ||
|also_articles | |also_articles | ||
|notes | |notes | ||
|cat1=Avatar | |cat1=Avatar | ||
|cat2=Group | |cat2=Group | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 02:57, 12 April 2010
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
要約
関数: integer llSameGroup( key agent );サンプル
<lsl>//Gives inventory object only to agents with the same active group default {
touch_start(integer total_number) { if(llSameGroup(llDetectedKey(0)))//same as llDetectedGroup(0) (with llDetectedGroup, detected does not need to be in the sim) llGiveInventory(llDetectedKey(0), llGetInventoryName(INVENTORY_OBJECT,0)); else llSay(0, "Wrong active group!"); }}</lsl>
関連項目
関数
• | llDetectedGroup | – | detectionイベントで接続に用いられます |
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。