Garry's Mod Wiki

DeriveGamemode

  DeriveGamemode( string base )

Description

Loads and registers the specified gamemode, setting the GM table's DerivedFrom field to the value provided, if the table exists. The DerivedFrom field is used post-gamemode-load as the "derived" parameter for gamemode.Register.

Arguments

1 string base
Gamemode name to derive from.

Example

Retrieves data from sandbox.

DeriveGamemode("sandbox")