Garry's Mod Wiki

PLAYER:SetupDataTables

  PLAYER:SetupDataTables()

Description

Setup the network table accessors.

Example

Example usage.

function PLAYER:SetupDataTables() self.Player:NetworkVar( "Int", 0, "Money" ) end