What all does the table returned by Entity:GetTable() return? Like does it return the ent index and model etc?
This is a function used by the SENT/SWEP system, you shouldn't really need to use it. When you call :GetTable() on a scripted entity it will return it's ENT table used to script it.
When you do Entity:GetTable().var its the same as Entity.var, just another method, but as Matt said, you shouldnt need to use it
Sorry, you need to Log In to post a reply to this thread.