killicon.GetSize
From GMod Wiki
| Function | |
| Syntax |
killicon.GetSize( String name ) Where is this used? |
| Description: | |
| Returns the size of a death notify icon. | |
| Returns: | nil |
| Part of Library: | killicon |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Killicon.GetSize]Killicon.GetSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Sets the w and h variables to the width and height of the default killicon. |
|---|---|
| Used on | |
| Code | local w,h = killicon.GetSize("default") |
| Output | N/A |