LlGetRegionAgentCount/ja

From Second Life Wiki
< LlGetRegionAgentCount
Revision as of 19:00, 20 September 2008 by Asuka Neely (talk | contribs) (New page: {{LSL_Function/ja |func_id=334|func_sleep=0.0|func_energy=10.0 |func=llGetRegionAgentCount |return_type=integer |return_text=リージョン内のアバターの数 |caveats |examples=<lsl...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

要約

関数: 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の関連した項目が参考になるかもしれません。