Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. function Chat_ShouldColorChatByClass(chatTypeInfo)
  2.     local override = ChatClassColorOverrideShown();
  3.     local colorByClass = chatTypeInfo and chatTypeInfo.colorNameByClass;
  4.     return override or (override == nil and colorByClass);
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement