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

Was this helpful?