Example #1
0
 public static function getStatUUID($field)
 {
     return Shadowfunc::shortcut($field, self::$LANG_STAT_UUID->getTrans('en'));
 }
Example #2
0
 public static function untranslate($cmd)
 {
     return Shadowfunc::shortcut(strtolower($cmd), self::$LANG_COMMANDS->getTrans(self::$CURRENT_PLAYER->getLangISO()));
 }
Example #3
0
 public static function shortcutModifier($modifier)
 {
     return Shadowfunc::shortcut($modifier, SR_Player::$ALL);
     // 		return true === isset(SR_Player::$REV_ALL[$modifier]) ? SR_Player::$REV_ALL[$modifier] : $modifier;
 }