Garry's Mod Wiki

scripted_ents.Get

  table scripted_ents.Get( string classname )

Description

Returns a copy of the ENT table for a class, including functions defined by the base class

This is used internally - although you're able to use it you probably shouldn't.

Arguments

1 string classname
The classname of the ENT table to return, can be an alias

Returns

1 table
entTable

Example

Use of PrintTable function to print the contents of base_entity SENT table.

PrintTable(scripted_ents.Get("base_entity"))
Output:
AdminOnly = false Base = base_entity ClassName = base_entity Folder = entities/base_entity Initialize = function: 0x2a205b50 OnRestore = function: 0x2a6d4b90 Spawnable = false Think = function: 0x2a153780 Type = anim