Difference between revisions of "LlGetRegionAgentCount/ja"

From Second Life Wiki
Jump to navigation Jump to search
m (カテゴリ変更)
m (Undo revision 850982 by Mako Nozaki (Talk))
Line 24: Line 24:
|notes
|notes
|history={{SVN|568|rev=88085|branch=Release|anchor=file33|date=Wednesday, 21 May 2008}}で導入。
|history={{SVN|568|rev=88085|branch=Release|anchor=file33|date=Wednesday, 21 May 2008}}で導入。
|cat1=Region/ja
|cat1=Region
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 04:19, 12 April 2010

要約

関数: integer llGetRegionAgentCount( );

リージョン内のアバターの数を integer で返します。

サンプル

<lsl>//Tell the owner how many avatars are in the region on touch default {

   touch_start(integer count)
   {
       llOwnerSay((string)llGetRegionAgentCount());
   }
}</lsl>

関連項目

特記事項

経緯

Search JIRA for related Issues

Signature

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