Entity.GetDTEntity
From GMod Wiki
Function | |
Syntax | Entity:GetDTEntity( Var Key ) |
Description: | |
Gets a DTEntity. | |
Returns: | Entity |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetDTEntity]Entity.GetDTEntity [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Gets the first DTEntity |
---|---|
Used on | |
Code | print(ent:GetDTEntity(0)) |
Output | Unless you've set it to something else, NULL. |
Additional Notes
- Key can be a string that corresponds to the name of the DTVar given at creation, or an integer indicating the ID of the DTVar, according to the order the vars were created in.