Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 throwBadArg
 toBool
 TranslateCommand:addParam, cmds.TranslateCommand.cmds
 TranslateCommand:call, cmds.TranslateCommand.cmds
 TranslateCommand:defaultAccess, cmds.TranslateCommand.cmds
 TranslateCommand:getUsage, cmds.TranslateCommand.cmds
 TranslateCommand:instantiate, cmds.TranslateCommand.cmds
 TranslateCommand:setOpposite, cmds.TranslateCommand.cmds
 tsay
 tsayColor
 tsayError
U
 unban
 unescapeBackslash
 updateCheck
 userAllow, ucl
function ULib.throwBadArg(argnum,
fnName,
expected,
data,
throwLevel)
Throws an error similar to the lua “bad argument #x to fn_name (type expected, got type).
function ULib.toBool(x)
Converts a bool, nil, string, or number to a bool
function cmds.TranslateCommand:addParam(t)
Add an argument to this command.
function cmds.TranslateCommand:call(isOpposite,
...)
This is just a pass-through function for calling the function callback.
function cmds.TranslateCommand:defaultAccess(access)
function cmds.TranslateCommand:getUsage(ply)
function cmds.TranslateCommand:instantiate(cmd,
fn,
say_cmd,
hide_say,
no_space_in_say,
unsafe)
function cmds.TranslateCommand:setOpposite(cmd,
args,
say_cmd,
hide_say,
no_space_in_say)
Set the command opposite for this command.
function ULib.tsay(ply,
msg,
wait,
wasValid)
Prints a message in talk say as well as in the user’s consoles.
function ULib.tsayColor(ply,
wait,
...)
Prints a tsay message in color!
function ULib.tsayError(ply,
msg,
wait)
Just like tsay, but prints the string in red
function ULib.unban(steamid,
admin)
Unbans the given steamid.
function ULib.unescapeBackslash(s)
Converts ‘\\’ to ‘\’
function ULib.updateCheck(name,
url)
Check for updates for a named plugin at a given URL (usually you will want to use the URL specified in registerPlugin).
function ucl.userAllow(id,
access,
revoke,
deny)
Adds or removes an access tag in the allows or denies for a user.
Close