C# Class NativeUI.BigMessageHandler

Afficher le fichier Open project: Guad/NativeUI Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Update ( ) : void

Method Details

BigMessageHandler() public méthode

public BigMessageHandler ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

ShowColoredShard() public méthode

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

ShowCustomShard() public méthode

public ShowCustomShard ( string funcName ) : void
funcName string
Résultat void

ShowMissionPassedMessage() public méthode

public ShowMissionPassedMessage ( string msg, int time = 5000 ) : void
msg string
time int
Résultat void

ShowMpMessageLarge() public méthode

public ShowMpMessageLarge ( string msg, int time = 5000 ) : void
msg string
time int
Résultat void

ShowOldMessage() public méthode

public ShowOldMessage ( string msg, int time = 5000 ) : void
msg string
time int
Résultat void

ShowRankupMessage() public méthode

public ShowRankupMessage ( string msg, string subtitle, int rank, int time = 5000 ) : void
msg string
subtitle string
rank int
time int
Résultat void

ShowSimpleShard() public méthode

public ShowSimpleShard ( string title, string subtitle, int time = 5000 ) : void
title string
subtitle string
time int
Résultat void

ShowWeaponPurchasedMessage() public méthode

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