|
Project List BRIGADOON-0003
A script to display a project list menu in Open Simulator.
|
Go to the source code of this file.
Functions | |
| UpdateTexture () | |
| default () | |
| void | Ready () |
Variables | |
| integer | LastUnix |
| integer | DestValidCheck |
| integer | HasCheckedChanged |
| integer | NextCheck |
| list | DestinationsName |
| list | DestinationsLink |
| list | DestinationsLogo |
| list | DestinationsValid |
| key | CheckRequest |
| integer | DISPLAY_SIDE = 1 |
| integer | COLUMNS = 3 |
| integer | ROWS = 10 |
| integer | ALT_ROWS = ROWS + 8 |
| string | SOURCE_URL = "https://www.little-sense.au/" |
| string | LOGO = "images/Brigadoon_Logo_Small.png" |
| string | FAILURE = "images/question_mark.png" |
| string | NO_LOGO = "images/no_logo.png" |
| string | BLANK_LOGO = "images/blank_label.png" |
| string | FILE_DIRECTORY = "project_dynamic/" |
| default | ( | ) |
Definition at line 97 of file project_list.lsl.
References DestinationsLink, DestinationsLogo, DestinationsName, DestinationsValid, FILE_DIRECTORY, Ready(), SOURCE_URL, and UpdateTexture().
| void Ready | ( | ) |
Definition at line 140 of file project_list.lsl.
References CheckRequest, COLUMNS, DestinationsLink, DestinationsValid, DestValidCheck, DISPLAY_SIDE, HasCheckedChanged, LastUnix, NextCheck, ROWS, and UpdateTexture().
Referenced by default().
| UpdateTexture | ( | ) |
Definition at line 24 of file project_list.lsl.
References BLANK_LOGO, COLUMNS, DestinationsLogo, DestinationsName, DestinationsValid, DISPLAY_SIDE, FAILURE, ROWS, and SOURCE_URL.
Referenced by default(), and Ready().
| integer ALT_ROWS = ROWS + 8 |
Definition at line 14 of file project_list.lsl.
| string BLANK_LOGO = "images/blank_label.png" |
Definition at line 19 of file project_list.lsl.
Referenced by UpdateTexture().
| key CheckRequest |
Definition at line 9 of file project_list.lsl.
Referenced by Ready().
| integer COLUMNS = 3 |
Definition at line 12 of file project_list.lsl.
Referenced by Ready(), and UpdateTexture().
| list DestinationsLink |
Definition at line 6 of file project_list.lsl.
| list DestinationsLogo |
Definition at line 7 of file project_list.lsl.
Referenced by default(), and UpdateTexture().
| list DestinationsName |
Definition at line 5 of file project_list.lsl.
Referenced by default(), and UpdateTexture().
| list DestinationsValid |
Definition at line 8 of file project_list.lsl.
Referenced by default(), Ready(), and UpdateTexture().
| integer DestValidCheck |
Definition at line 2 of file project_list.lsl.
Referenced by Ready().
| integer DISPLAY_SIDE = 1 |
Definition at line 11 of file project_list.lsl.
Referenced by Ready(), and UpdateTexture().
| string FAILURE = "images/question_mark.png" |
Definition at line 17 of file project_list.lsl.
Referenced by UpdateTexture().
| string FILE_DIRECTORY = "project_dynamic/" |
Definition at line 20 of file project_list.lsl.
Referenced by default().
| integer HasCheckedChanged |
Definition at line 3 of file project_list.lsl.
Referenced by Ready().
| integer LastUnix |
Definition at line 1 of file project_list.lsl.
Referenced by Ready().
| string LOGO = "images/Brigadoon_Logo_Small.png" |
Definition at line 16 of file project_list.lsl.
| integer NextCheck |
Definition at line 4 of file project_list.lsl.
Referenced by Ready().
| string NO_LOGO = "images/no_logo.png" |
Definition at line 18 of file project_list.lsl.
| integer ROWS = 10 |
Definition at line 13 of file project_list.lsl.
Referenced by Ready(), and UpdateTexture().
| string SOURCE_URL = "https://www.little-sense.au/" |
Definition at line 15 of file project_list.lsl.
Referenced by default(), and UpdateTexture().