C# Class NativeUI.BigMessageHandler

Show file Open project: Guad/NativeUI Class Usage Examples

Public Methods

Method Description
BigMessageHandler ( ) : System
Dispose ( ) : void
Load ( ) : void
ShowColoredShard ( string msg, string desc, HudColor textColor, HudColor bgColor, int time = 5000 ) : void
ShowCustomShard ( string funcName ) : void
ShowMissionPassedMessage ( string msg, int time = 5000 ) : void
ShowMpMessageLarge ( string msg, int time = 5000 ) : void
ShowOldMessage ( string msg, int time = 5000 ) : void
ShowRankupMessage ( string msg, string subtitle, int rank, int time = 5000 ) : void
ShowSimpleShard ( string title, string subtitle, int time = 5000 ) : void
ShowWeaponPurchasedMessage ( string bigMessage, string weaponName, WeaponHash weapon, int time = 5000 ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

BigMessageHandler() public method

public BigMessageHandler ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( ) : void
return void

ShowColoredShard() public method

public ShowColoredShard ( string msg, string desc, HudColor textColor, HudColor bgColor, int time = 5000 ) : void
msg string
desc string
textColor HudColor
bgColor HudColor
time int
return void

ShowCustomShard() public method

public ShowCustomShard ( string funcName ) : void
funcName string
return void

ShowMissionPassedMessage() public method

public ShowMissionPassedMessage ( string msg, int time = 5000 ) : void
msg string
time int
return void

ShowMpMessageLarge() public method

public ShowMpMessageLarge ( string msg, int time = 5000 ) : void
msg string
time int
return void

ShowOldMessage() public method

public ShowOldMessage ( string msg, int time = 5000 ) : void
msg string
time int
return void

ShowRankupMessage() public method

public ShowRankupMessage ( string msg, string subtitle, int rank, int time = 5000 ) : void
msg string
subtitle string
rank int
time int
return void

ShowSimpleShard() public method

public ShowSimpleShard ( string title, string subtitle, int time = 5000 ) : void
title string
subtitle string
time int
return void

ShowWeaponPurchasedMessage() public method

public ShowWeaponPurchasedMessage ( string bigMessage, string weaponName, WeaponHash weapon, int time = 5000 ) : void
bigMessage string
weaponName string
weapon WeaponHash
time int
return void