killicon.Exists
From GMod Wiki
| Function | |
| Syntax | killicon.Exists( String name ) Where is this used? | 
| Description: | |
| Returns true if the killicon with the given name exists, false if not. | |
| Returns: | Boolean Exists | 
| Part of Library: | killicon | 
| Realm: |  | 
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Killicon.Exists]Killicon.Exists [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
	
Examples
| Description | Adds a killicon named "green", with the same texture as the default one, but with a green color. | 
|---|---|
| Used on |  | 
| Code | print(killicon.Exists("prop_physics"))--will return true ) | 
| Output | N/A | 
 
			
			