Garry's Mod Wiki

BRANCH

  string BRANCH

Description

A variable containing a string indicating which (Beta) Branch of the game you are using.

While this variable is always available in the Client & Menu realms, it is only defined in the Server realm on local servers.

For more information on beta branches, see this page.

Branch List :

  • unknown (No beta program).
  • dev.
  • prerelease.
  • x86-64.

Returns

1 string
The current branch.

Example

if BRANCH == "dev" then print("You are using the development branch!") end