Difference between revisions of "PRIM ROT LOCAL/ja"
Jump to navigation
Jump to search
Mizu Melody (talk | contribs) (Created page with "<onlyinclude>{{#if: {{#vardefine:rot_local_const|{{LSL Const|PRIM_ROT_LOCAL|integer|29|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's local rotation}}}} {{#vardefine:p_rot_…") |
Mizu Melody (talk | contribs) |
||
Line 21: | Line 21: | ||
}}</onlyinclude>{{#if: | }}</onlyinclude>{{#if: | ||
}}{{LSL Constant | }}{{LSL Constant/ja | ||
|name=PRIM_ROT_LOCAL | |name=PRIM_ROT_LOCAL | ||
|type=integer | |type=integer | ||
|value=29 | |value=29 | ||
|desc= | |desc=オブジェクトのローカル回転を取得したり設定したりするのに使います。 | ||
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:rot_local_const}}, |i_end= ]); | |pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:rot_local_const}}, |i_end= ]); | ||
|text= | |text=構文: [[llSetPrimitiveParams/ja|llSetPrimitiveParams]], [[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]] & [[llSetLinkPrimitiveParamsFast/ja|llSetLinkPrimitiveParamsFast]] | ||
{{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}} | {{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}} | ||
|toc=llSetPrimitiveParams | |toc=llSetPrimitiveParams | ||
|i1_type=rotation|i1_name=rot | |i1_type=rotation|i1_name=rot | ||
}} | }} | ||
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:rot_local_const}}|i_end= ]);| | |pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams]]([ {{#var:rot_local_const}}|i_end= ]);| | ||
|r_front=Returns the list [ |r_end= ] | |r_front=Returns the list [ |r_end= ] | ||
|text={{LSL Generic/Caveats|caveats={{#var:caveats-get}}|title=*}} | |text={{LSL Generic/Caveats|caveats={{#var:caveats-get}}|title=*}} | ||
Line 42: | Line 42: | ||
<!--{{LSL ConstRow|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow|CHANGED_SHAPE}}--> | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llGetPrimitiveParams]]|}} | {{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llGetLinkPrimitiveParams]]|}} | {{LSL DefineRow||[[llGetLinkPrimitiveParams/ja|llGetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llSetPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llGetRot]]|}} | {{LSL DefineRow||[[llGetRot/ja|llGetRot]]|}} | ||
{{LSL DefineRow||[[llSetRot]]|}} | {{LSL DefineRow||[[llSetRot/ja|llSetRot]]|}} | ||
{{LSL DefineRow||[[llSetLocalRot]]|}} | {{LSL DefineRow||[[llSetLocalRot/ja|llSetLocalRot]]|}} | ||
{{LSL DefineRow||[[llGetLocalRot]]|}} | {{LSL DefineRow||[[llGetLocalRot/ja|llGetLocalRot]]|}} | ||
{{LSL DefineRow||[[llGetRootRotation]]|}} | {{LSL DefineRow||[[llGetRootRotation/ja|llGetRootRotation]]|}} | ||
{{LSL DefineRow||[[llGetObjectDetails]]|}} | {{LSL DefineRow||[[llGetObjectDetails/ja|llGetObjectDetails]]|}} | ||
|events= | |events= | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> |
Revision as of 18:44, 17 December 2010
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
解説
定数: integer PRIM_ROT_LOCAL = 29;integer 定数 PRIM_ROT_LOCAL の値は 29 です。
オブジェクトのローカル回転を取得したり設定したりするのに使います。
llSetPrimitiveParams
llSetPrimitiveParams([ PRIM_ROT_LOCAL, rotation rot ]);• rotation | rot | – | Any valid rotation |
構文: llSetPrimitiveParams, llSetLinkPrimitiveParams & llSetLinkPrimitiveParamsFast
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_ROT_LOCAL ]);Returns the list [ rotation rot ]
• rotation | rot | – | Any valid rotation |