| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>AlexTableScript: rolloverEvent</title> |
|---|
| 4 | </head> |
|---|
| 5 | <body bgcolor="#FFFFFF"> |
|---|
| 6 | <font face="Arial" size=5>mConvertToConstrained</font><font size=3 color="#0000C8"> me</font><font color="#000000">, absLine, tabname<p> |
|---|
| 7 | <b>Required Parameter</b>: <absLine> => <integer><p> |
|---|
| 8 | <b>Optional parameter:</b> <tabname> => <string><p> |
|---|
| 9 | <b>Return value</b>: <integer><p> |
|---|
| 10 | <b>Description:</b> returns the translation from the absolute index in the list of all items to the constrained position (sorted and constrained) of the specified tablename<br> |
|---|
| 11 | if no name is specified, returns the first table, if any.<p> |
|---|
| 12 | Note: If tables are displayed in a 3-D sprite, there is only one single tablemanager behavior, which may feed several tables displayed as overlays in the 3-D sprite. therefore we may want to refer to the tables by their name. when used on a 2-D sprite you may omit the <tabname> parameter<p> |
|---|
| 13 | <b>Example: <br> |
|---|
| 14 | </b>put sendSprite(x, #mConvertToConstrained, 5)<br> |
|---|
| 15 | -- 2<p> |
|---|
| 16 | which means that line 5 in the complete list is displayed at the second position, due to sort ordering or constraining.</font></body> |
|---|
| 17 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.