Difference between revisions of "Do while"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
|return_end=<nowiki>;</nowiki>}}
|return_end=<nowiki>;</nowiki>}}
|deprecated
|deprecated
|constants_nb=<div id="box">
|constants_nb={{LSL Constants Conditional}}
== Conditional Types ==
<div style="padding: 0.5em">
{{{!}} {{Prettytable}}
!Type
!Condition
{{!}}-
{{!}}{{LSLG|integer}}
{{!}}True if it is not zero.
{{!}}-
{{!}}{{LSLG|float}}
{{!}}True if it is not zero.
{{!}}-
{{!}}{{LSLG|string}}
{{!}}True if its length is not zero.
{{!}}-
{{!}}{{LSLG|key}}
{{!}}True if it is a valid key with the condition that it cannot be {{LSLG|NULL_KEY}}.
{{!}}-
{{!}}{{LSLG|vector}}
{{!}}True if the vector is not {{LSLG|ZERO_VECTOR}}.
{{!}}-
{{!}}{{LSLG|rotation}}
{{!}}True if not rotation is not a {{LSLG|ZERO_ROTATION}}.
{{!}}-
{{!}}{{LSLG|list}}
{{!}}<strike>True if the length is not zero</strike>. [https://jira.secondlife.com/browse/SVC-9 Jira:SVC-9]
{{!}}}
</div>
</div>
|spec
|spec
|caveats
|caveats

Revision as of 15:12, 8 February 2007