Public Member Functions | |||||||||||||
| String | StripColors (String Str) | ||||||||||||
Returns a string with colors stripped out
| |||||||||||||
| String | StripBold (String Str) | ||||||||||||
Returns a string with bold stripped out
| |||||||||||||
| String | StripItalic (String Str) | ||||||||||||
Returns a string with italic stripped out
| |||||||||||||
| String | StripUnderline (String Str) | ||||||||||||
Returns a string with underline stripped out
| |||||||||||||
| Boolean | Debug (String Str) | ||||||||||||
Use this to write to debug.txt in the main folder, returns true if the debug was written
| |||||||||||||
| String | ParseTime (String Syntax, DateTime Time) | ||||||||||||
Converts string to DateTime, see Time variables for possible syntax
| |||||||||||||
| DateTime | UnixTimeToDate (Double Time) | ||||||||||||
Converts unix timestamp to a DateTime
| |||||||||||||
| long | DateToUnixTime (DateTime Time) | ||||||||||||
Converts DateTime to unix timestamp
| |||||||||||||
| Boolean | IsNumeric (String Str) | ||||||||||||
Checks if a string is numeric
| |||||||||||||
| void | ToolWindow (int Height, int Width, String Title, String Text) | ||||||||||||
Open ups a tool window
| |||||||||||||
| String[] | SplitString (String Str, String SplitBy) | ||||||||||||
Splits a string by a string
| |||||||||||||
| String | ParseSysinfo (String Str, String Args) | ||||||||||||
Returns system information based on Syntax, see system variables for more information
| |||||||||||||
Properties | |||||||||||||
| Char | BoldChar [get] | ||||||||||||
| Gets the bold character. | |||||||||||||
| Char | ColorChar [get] | ||||||||||||
| Gets the color character. | |||||||||||||
| Char | UnderLineChar [get] | ||||||||||||
| Gets the underline character. | |||||||||||||
| Char | ActionChar [get] | ||||||||||||
| Gets the action character. | |||||||||||||
| String | PS [get] | ||||||||||||
| Gets path sperator / or \ , for future use. | |||||||||||||
| String AdiIRCAPI.ITools.StripColors | ( | String | Str | ) |
Returns a string with colors stripped out
| Str | String |
| String AdiIRCAPI.ITools.StripBold | ( | String | Str | ) |
Returns a string with bold stripped out
| Str | String |
| String AdiIRCAPI.ITools.StripItalic | ( | String | Str | ) |
Returns a string with italic stripped out
| Str | String |
| String AdiIRCAPI.ITools.StripUnderline | ( | String | Str | ) |
Returns a string with underline stripped out
| Str | String |
| Boolean AdiIRCAPI.ITools.Debug | ( | String | Str | ) |
Use this to write to debug.txt in the main folder, returns true if the debug was written
| Str | String |
| String AdiIRCAPI.ITools.ParseTime | ( | String | Syntax, | |
| DateTime | Time | |||
| ) |
Converts string to DateTime, see Time variables for possible syntax
| Syntax | String | |
| Time | DateTime |
| DateTime AdiIRCAPI.ITools.UnixTimeToDate | ( | Double | Time | ) |
Converts unix timestamp to a DateTime
| Time | Double |
| long AdiIRCAPI.ITools.DateToUnixTime | ( | DateTime | Time | ) |
Converts DateTime to unix timestamp
| Time | DateTime |
| Boolean AdiIRCAPI.ITools.IsNumeric | ( | String | Str | ) |
Checks if a string is numeric
| Str | String |
| void AdiIRCAPI.ITools.ToolWindow | ( | int | Height, | |
| int | Width, | |||
| String | Title, | |||
| String | Text | |||
| ) |
Open ups a tool window
| Height | int | |
| Width | int | |
| Text | String | |
| Title | String |
| String [] AdiIRCAPI.ITools.SplitString | ( | String | Str, | |
| String | SplitBy | |||
| ) |
Splits a string by a string
| Str | String | |
| SplitBy | String |
| String AdiIRCAPI.ITools.ParseSysinfo | ( | String | Str, | |
| String | Args | |||
| ) |
Returns system information based on Syntax, see system variables for more information
| Str | String | |
| Args | String |
Char AdiIRCAPI.ITools.BoldChar [get] |
Gets the bold character.
Char AdiIRCAPI.ITools.ColorChar [get] |
Gets the color character.
Char AdiIRCAPI.ITools.UnderLineChar [get] |
Gets the underline character.
Char AdiIRCAPI.ITools.ActionChar [get] |
Gets the action character.
String AdiIRCAPI.ITools.PS [get] |
Gets path sperator / or \ , for future use.