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 |
Method | Description | |
---|---|---|
Update ( ) : void |
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 |
public ShowCustomShard ( string funcName ) : void | ||
funcName | string | |
return | void |
public ShowMissionPassedMessage ( string msg, int time = 5000 ) : void | ||
msg | string | |
time | int | |
return | void |
public ShowMpMessageLarge ( string msg, int time = 5000 ) : void | ||
msg | string | |
time | int | |
return | void |
public ShowOldMessage ( string msg, int time = 5000 ) : void | ||
msg | string | |
time | int | |
return | void |
public ShowRankupMessage ( string msg, string subtitle, int rank, int time = 5000 ) : void | ||
msg | string | |
subtitle | string | |
rank | int | |
time | int | |
return | void |
public ShowSimpleShard ( string title, string subtitle, int time = 5000 ) : void | ||
title | string | |
subtitle | string | |
time | int | |
return | void |
public ShowWeaponPurchasedMessage ( string bigMessage, string weaponName, WeaponHash weapon, int time = 5000 ) : void | ||
bigMessage | string | |
weaponName | string | |
weapon | WeaponHash | |
time | int | |
return | void |