killicon.AddFont

From GMod Wiki

Jump to: navigation, search
Function
Syntax killicon.AddFont( String name, String font, String character, Color color )
Where is this used?
Description:
Adds a death notify icon to the list for display with killicon.Draw.
Returns: nil
Part of Library: killicon
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Killicon.AddFont]Killicon.AddFont [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionAdds a killicon named "blue_shotgun", with a shotgun texture and a blue color.
Used onNewerClient.png
Code
 
killicon.AddFont( "blue_shotgun", "HL2MPTypeDeath", "0", Color( 0, 0, 255, 255 ) )
 
OutputN/A


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox