Difference between revisions of "LlGetScale/ja"
Jump to navigation
Jump to search
Mako Nozaki (talk | contribs) m (Undo revision 850702 by Mako Nozaki (Talk)) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|func_footnote | |func_footnote | ||
|func_desc | |func_desc | ||
|return_text= | |return_text=プリムの大きさ | ||
|spec | |spec | ||
|caveats | |caveats | ||
|constants | |constants | ||
|examples=< | |examples=<source lang="lsl2">default | ||
{ | { | ||
touch_start(integer total_number) | touch_start(integer total_number) | ||
Line 15: | Line 15: | ||
llSay(0, "My dimensions are: " + (string)llGetScale()); | llSay(0, "My dimensions are: " + (string)llGetScale()); | ||
} | } | ||
}</ | }</source> | ||
|helpers | |helpers | ||
|also_functions= | |also_functions= | ||
{{LSL DefineRow||[[llSetScale/ja|llSetScale]]| | {{LSL DefineRow||[[llSetScale/ja|llSetScale]]|プリムのサイズを設定します。}} | ||
{{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|プリムの要素を設定します。}} | {{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|プリムの要素を設定します。}} | ||
{{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|プリムの要素を取得します。}} | {{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|プリムの要素を取得します。}} |
Latest revision as of 12:52, 25 February 2016
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
サンプル
default
{
touch_start(integer total_number)
{
llSay(0, "My dimensions are: " + (string)llGetScale());
}
}
関連項目
関数
• | llSetScale | – | プリムのサイズを設定します。 | |
• | llSetPrimitiveParams | – | プリムの要素を設定します。 | |
• | llGetPrimitiveParams | – | プリムの要素を取得します。 |
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。