Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 330 Bytes

File metadata and controls

11 lines (8 loc) · 330 Bytes

TGLogicCore

Core Functions for my WoW Addons.

dump(rawdata)

Dump will turn arrays into Formatted data mostly like json

has_value (tab, val)

has_value looks for val in tab(a table)

print_r(output,prefix,error)

prints to chat, output. prefix defaults to LogicCore, error is t/r operator to add [ERROR] tag in chat.