var_user
This is a list of all variables internal to Iniquity Programming Language. If the type is a string, I've included the maximum length for that string if it has one. UNUMBER - the user number type: int UHANDLE - the user's alias type: str[36] UREALNAME - the user's real name type: str[36] UPASSWORD - the user's password type: str[20] UPHONE - the user's phone number type: str[20] UBDATE - the user's birthdate type: str[8] ULOCATION - the user's location type: str[40] UADDRESS - the user's street address type: str[36] UNOTE - the user's note type: str[40] USEX - the user's sex ("M" or "F") type: str[1] USL - the user's security level type: byte UDSL - the user's download security level type: byte UBAUD - the user's baud rate type: long UCALLS - the user's total logins type: word UMSGAREA - the user's current message area type: word UFILEAREA - the user's current file area type: word ULASTCALL - the date the user last called type: str[8] UPAGELEN - the user's page length type: word UEMAIL - the user's number of waiting emails type: word ULEVEL - the user's security access profile type: str[1] USIGLINES - number of lines in the user's autosig type: str[1] UAUTOSIG - returns the user's autosignature type: str[80] UMSGCONF - the user's current message conference type: byte UFILECONF - the user's current file conference type: byte UFIRSTCALL - the date the user first called type: str[8] USTARTMENU - the user's startup menu type: str[8] USYSOPNOTE - the user's sysop note type: str[40] UPOSTS - the user's number of posts type: word UUPLOADS - the user's number of uploaded files type: word UDOWNLOADS - the user's number of downloaded files type: word UUPLOADKB - the user's number of uploaded kb type: long UDOWNLOADKB - the user's number of downloaded kb type: long UCALLST - the user's number of calls today type: word UFANSI - does the user have ansi? type: bool UFAVATAR - does the user have avatar? type: bool UFRIP - does the user have rip? type: bool UFYESNOBAR - does the user have yes/no bars enabled? type: bool UFDELETED - is the user deleted? type: bool UFEXPERT - does the user have expert mode enabled? type: bool UFHOTKEY - does the user have hotkeys enabled? type: bool UFPAUSE - does the user have screen pausing enabled? type: bool UFQUOTE - does the user have autoquote enabled? type: bool UFILEPTS - the user's number of file points type: word UDOWNLOADT - the user's number of downloads today type: word UDLKBT - the users number of download kb today type: word UTEXTLIB - the user's current textfile library type: byte UZIPCODE - the user's zipcode type: str[10] UVOTEYES - the user's number of "yes" NUV votes type: byte UVOTENO - the user's number of "no" NUV votes type: byte TIMETODAY - the user's time left for today type: word TIMEPERDAY - the user's time he has per day type: word
var_user.txt · Last modified: by admin