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

Returns

1 string
The current branch.

Example

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

The possible outputs are unknown (None), dev, prerelease and x86-64