List value inspector is used to fetch information from an existing List.
| Execute | Executes the Node |
| ↳ On Start | Executes the Node at the start of the game |
| Enabled | Determines if the List can be executed. |
| Store list | Source list from where to fetch information |
| Index | Index to fetch |
| Get Value at Index | Outputs the Value at index. |
| Get Last Index | Outputs the length of the List. |
| For Each Value | Executes & outputs all values in the list |
| Contains | Outputs 1 if the list contains the value/vector/object, 0 if it doesn't |