Difference between revisions of "LlGetVisualParams/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
Line 4: Line 4:
||func_sleep=0.0|func_energy=10.0
||func_sleep=0.0|func_energy=10.0
|func=llGetVisualParams
|func=llGetVisualParams
|p1_type=key|p1_name=agentid|p1_desc=Avatar ID in the same region.
|p1_type=key|p1_name=agentid|p1_desc=同じリージョンのアバターID。
|p2_type=list|p2_name=params|p2_desc=List of visual param ids or names.
|p2_type=list|p2_name=params|p2_desc=ビジュアルパラメータのIDまたは名前のリスト。
|return_type=list|return_text=of the details for {{LSLP|agentid}} requested in {{LSLP|params}}.
|return_type=list|return_text={{LSLP|params}}で指定された{{LSLP|agentid}}の詳細のリスト。
|func_footnote=An empty list if {{LSLP|agentid}} is not found.{{PBR}}
|func_footnote={{LSLP|agentid}}が見つからない場合は空のリスト。{{PBR}}
An empty string, "", is returned in the place of any invalid or unknown visual parameter.
無効または未知のビジュアルパラメータがある場合、空の文字列""がそれに代わりに返されます。
|spec=
|spec=
<h5 style="margin:0;">{{LSLP|agentid}} Parameter</h5>
<h5 style="margin:0;">{{LSLP|agentid}} パラメータ</h5>
{{LSLP|agentid}} holds the [[UUID]] of the avatar this function will get the visual parameters for.
{{LSLP|agentid}}は、この関数がビジュアルパラメータを取得する対象のアバターの[[UUID]]を保持します。


<h5 style="margin:0;">{{LSLP|params}} Parameter</h5>
<h5 style="margin:0;">{{LSLP|params}} パラメータ</h5>
The {{LSLP|params}} list is used to indicate the visual parameters of interest. The order they are supplied in determines the order of the corresponding return values in the return list.
{{LSLP|params}}リストは、興味のあるビジュアルパラメータを示すために使用されます。提供された順序が返り値の対応する順序を決定します。
{{{!}} cellpadding="0" cellspacing="0"
{{{!}} cellpadding="0" cellspacing="0"
{{!}}
{{!}}
*If {{LSLP|params}} contains unsupported or unknown parameters, an empty string is placed in the output list.
*If {{LSLP|params}}にサポートされていないか不明なパラメータが含まれている場合、出力リストには空の文字列が配置されます。
{{!}}}
{{!}}}
<div style="clear:both;"></div>
<div style="clear:both;"></div>
Line 23: Line 23:
|examples=
|examples=
|spec
|spec
|constants= {{LSL Constants/Visual Params}}
|constants= {{LSL Constants/Visual Params/ja}}
|helpers
|helpers
|also_functions
|also_functions

Latest revision as of 16:01, 22 November 2023

要約

関数: list llGetVisualParams( key agentid, list params );

paramsで指定されたagentidの詳細のリスト。を list で返します。

• key agentid 同じリージョンのアバターID。
• list params ビジュアルパラメータのIDまたは名前のリスト。

agentidが見つからない場合は空のリスト。 無効または未知のビジュアルパラメータがある場合、空の文字列""がそれに代わりに返されます。

仕様

agentid パラメータ

agentidは、この関数がビジュアルパラメータを取得する対象のアバターのUUIDを保持します。

params パラメータ

paramsリストは、興味のあるビジュアルパラメータを示すために使用されます。提供された順序が返り値の対応する順序を決定します。

  • If paramsにサポートされていないか不明なパラメータが含まれている場合、出力リストには空の文字列が配置されます。

パラメータID パラメータ名 説明
33 height
38 torso_length
80 male
198 heel_height
503 platform_height
616 shoe_height
675 hand_size
682 head_size
692 leg_length
693 arm_length
756 neck_length
814 waist_height
842 hip_length
11001 hover

サンプル

特記事項

Search JIRA for related Issues

Signature

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