list.Set
From GMod Wiki
| Function | |
| Syntax |
list.Set( String name, Var key, Var value ) Where is this used? |
| Description: | |
| Sets a specific position in the named list to a value. | |
| Returns: | nil |
| Part of Library: | list |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=List.Set]List.Set [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- You dont need to use list.Add to make a list, just use this function.