LlAgentInExperience/ja
< LlAgentInExperience
Jump to navigation
Jump to search
Revision as of 00:27, 19 April 2017 by SakuraNoel Fayray (talk | contribs) (Change Category link. (en to ja))
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
要約
関数: integer llAgentInExperience( key agent );警告
- エージェントは体験が許可された区画上にいる必要があります。また、 Land Scope Experience のコンパイル済みスクリプトでは FALSE が返されます。
サンプル
default
{
touch_start(integer total_number)
{
if(llAgentInExperience(llDetectedKey(0)))
{
llOwnerSay(llDetectedName(0)+ " は私の体験にいます");
}
else
{
llOwnerSay(llDetectedName(0)+ " は私の体験にはいません");
}
}
}
関連項目
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。