# locals

- [get\_int(scriptname, index)](/locals/get_int-scriptname-index.md): returns an int for the global
- [get\_float(scriptname, index)](/locals/get_float-scriptname-index.md): returns a float value at the global
- [get\_string(scriptname, index)](/locals/get_string-scriptname-index.md): returns a string at the global
- [set\_int(scriptname, index, value)](/locals/set_int-scriptname-index-value.md): sets the int value at the global
- [set\_float(scriptname, index, value)](/locals/set_float-scriptname-index-value.md): sets a float value at the global
- [set\_string(scriptname, index, value)](/locals/set_string-scriptname-index-value.md): sets the string at the global
