Difference between revisions of "DATA ONLINE/ja"

From Second Life Wiki
Jump to navigation Jump to search
(Initial translation)
 
Line 3: Line 3:
|type=integer
|type=integer
|value=1
|value=1
|desc=アバターのオンライン/オフライン状態を取得するために {{LSLG/ja|llRequestAgentData}} 関数の引数として使われます。オンラインならば {{LSLG/ja|TRUE}}、オフラインならば {{LSLG/ja|FALSE}} が返されます。
|desc={{LSLG/ja|llRequestAgentData}} で使用して、ユーザがオンラインか (否か) の真偽値の整数を含む文字列を取得します。オンラインなら {{LSLG/ja|TRUE}} 、オフラインなら {{LSLG/ja|FALSE}} です。
|pa=
|pa=
|text=
|text=
Line 11: Line 11:
{{!}}
{{!}}
{{{!}} {{Prettytable|style=margin-top:0;margin-right:0;}}
{{{!}} {{Prettytable|style=margin-top:0;margin-right:0;}}
{{LSL_Constants/llRequestAgentData/ja}}
{{LSL_Constants/llRequestAgentData}}
{{!}}}
{{!}}}
|functions=
|functions=

Revision as of 19:43, 22 May 2010

解説

定数: integer DATA_ONLINE = 1;

integer 定数 DATA_ONLINE の値は 1 です。

llRequestAgentData で使用して、ユーザがオンラインか (否か) の真偽値の整数を含む文字列を取得します。オンラインなら TRUE 、オフラインなら FALSE です。

関連記事

定数

DATA_ONLINE 1 (integerboolean If the requested agent is online
DATA_NAME 2 string The requested agent's legacy name
DATA_BORN 3 string The account creation/"born on" date as a string in an ISO 8601 format of YYYY-MM-DD.
DATA_RATING 4 llCSV2List() Deprecated: Returns [0, 0, 0, 0, 0, 0]
Used to return: [pos_behavior, neg_behavior, pos_appearance, neg_appearance, pos_building, neg_building]
DATA_PAYINFO 8 (integermask Flag Description
PAYMENT_INFO_ON_FILE 0x1 If payment info is on file.
PAYMENT_INFO_USED 0x2 If payment info has been used.

関数

•  llRequestAgentData

イベント

•  dataserver

特記事項

この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)