Difference between revisions of "Template:LSL Constants Conditional/ja"
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) m |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
{{!}}- | {{!}}- | ||
{{!}}[[integer/ja|integer]] | {{!}}[[integer/ja|integer]] | ||
{{!}} | {{!}}0ではない場合は真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[float/ja|float]] | {{!}}[[float/ja|float]] | ||
{{!}} | {{!}}0ではない場合は真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[string]] | {{!}}[[string/ja|string]] | ||
{{!}}文字列の[[llStringLength|長さ]] | {{!}}文字列の[[llStringLength/ja|長さ]]が0ではない場合は真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[key/ja|key]] | {{!}}[[key/ja|key]] | ||
{{!}}keyが有効で[[NULL_KEY]] | {{!}}keyが有効で[[NULL_KEY/ja|NULL_KEY]]ではない場合のみ真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[vector/ja|vector]] | {{!}}[[vector/ja|vector]] | ||
{{!}}vectorが[[ZERO_VECTOR]] | {{!}}vectorが[[ZERO_VECTOR/ja|ZERO_VECTOR]]ではない場合は真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[rotation]] | {{!}}[[rotation/ja|rotation]] | ||
{{!}}rotationが[[ZERO_ROTATION]] | {{!}}rotationが[[ZERO_ROTATION/ja|ZERO_ROTATION]]ではない場合は真。 | ||
{{!}}- | {{!}}- | ||
{{!}}[[list]] | {{!}}[[list/ja|list]] | ||
{{!}}listの[[llGetListLength|長さ]] | {{!}}listの[[llGetListLength/ja|長さ]]が0ではない場合は真。正しい動作は、Monoでコンパイルされたスクリプトのみで見られ、LSOでコンパイルされたスクリプトは誤って false になります。BUG-230728 | ||
{{!}}} | {{!}}} | ||
</div> | </div> |