LogicallyUnfit / TGLogicCore

Core Addon Functions for my WoW Addons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Core Addon Functions for my WoW Addons.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%