Skip to content
Tigerkev edited this page Mar 14, 2015 · 2 revisions

Utilx Library

Utilx is a library with useful ease-of-use functions.

Methods

  • 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.

Clone this wiki locally