# States 🟪🟦🟨

* 🟪 = Shared
* 🟦 = Server
* 🟨 = Client

🟪 means that a variable/function/...etc exists in BOTH <mark style="color:blue;">**Server**</mark> & <mark style="color:yellow;">**Client**</mark> side.

🟦 means that a variable/function/...etc exists in ONLY <mark style="color:blue;">**Server**</mark> side.

🟨 means that a variable/function/...etc exists in ONLY <mark style="color:yellow;">**Client**</mark> side.

You can read more here: <https://wiki.facepunch.com/gmod/States>
