scripted_ents.Register
Description
Registers an ENT table with a classname. Reregistering an existing classname will automatically update the functions of all existing entities of that class.
Sub-tables provided in the first argument will not carry over their metatable, and will receive a BaseClass key if the table was merged with the base's. Userdata references, which includes Vectors, Angles, Entities, etc. will not be copied.
Arguments
1 table ENT
The ENT table to register.
For the table's format and available options see the ENT structure page.
For the table's format and available options see the ENT structure page.