Entity.GetDTFloat
From GMod Wiki
| Function | |
| Syntax | Entity:GetDTFloat( Var Key ) |
| Description: | |
| Gets a DTFloat. | |
| Returns: | Float |
| In Object: | Entity |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetDTFloat]Entity.GetDTFloat [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Gets the first DTFloat |
|---|---|
| Used on | |
| Code | print(ent:GetDTFloat(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.