States πͺπ¦π¨
πͺ = Shared
π¦ = Server
π¨ = Client
πͺ means that a variable/function/...etc exists in BOTH Server & Client side.
π¦ means that a variable/function/...etc exists in ONLY Server side.
π¨ means that a variable/function/...etc exists in ONLY Client side.
You can read more here: https://wiki.facepunch.com/gmod/States
Last updated