Entity.GetDTInt
From GMod Wiki
Function | |
Syntax | Entity:GetDTInt( Var Key ) |
Description: | |
Gets a DTInt. | |
Returns: | Integer |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetDTInt]Entity.GetDTInt [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Gets the first DTInt |
---|---|
Used on | |
Code | print(ent:GetDTInt(0)) |
Output | Unless you've set it to something else, 0. |
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.