-
Notifications
You must be signed in to change notification settings - Fork 1
utilx
Tigerkev edited this page Mar 14, 2015
·
2 revisions
Utilx is a library with useful ease-of-use functions.
-
utilx.CheckTypeStrict([any]variable, [string]type)- Strictly check if a variable is the specified type if not then it throws an error.
-
utilx.CheckType([any]variable, [string]type)- Check if a variable is the specified type if not then it returns false.
-
utilx.IsValidSteamID([string]steamid)- Checks if a string is a valid 32bit SteamID.
-
utilx.PrintTableEx(table{, player})- Prints a table's contents to the console. If a player is given it gets also sent to the players chat.