ENTITY:SetupDataTables
ENTITY:SetupDataTables()
Description
Called when the entity should set up its Data Tables.
This is a much better option than using Set/Get Networked Values.
This hook is called after GM:OnEntityCreated and GM:NetworkEntityCreated.
Example
Sets up networked variables, adds functions SetAmount, GetAmount, GetBloodPos, SetBloodPos, GetUrinePos, SetUrinePos.
This function only supports 32 data tables per type (#0-31), except for strings which only supports 4 (#0-3).