ITools Methods |
The ITools type exposes the following members.
Name | Description | |
---|---|---|
Boldify |
Makes the text bold if Boldify is enabled
| |
DateToUnixTime |
Converts DateTime to unix timestamp
| |
Debug |
Use this to write to debug.txt in the main folder, returns true if the debug was written
| |
IsNumeric |
Checks if a string is numeric
| |
ParseSysinfo |
Returns system information based on Syntax, see system variables for more information
| |
ParseTime |
Converts string to DateTime, see Time variables for possible syntax
| |
SplitString |
Splits a string by a string
| |
StripBold |
Returns a string with bold stripped out
| |
StripColors |
Returns a string with colors stripped out
| |
StripItalic |
Returns a string with italic stripped out
| |
StripUnderline |
Returns a string with underline stripped out
| |
ToolWindow |
Open ups a tool window
| |
UnixTimeToDate |
Converts unix timestamp to a DateTime
|