selery.util.util

Members

Aliases

remove
alias remove = array_remove

Removes an element from an array.

Classes

UnloggedException
class UnloggedException
Undocumented in source.

Functions

call
void call(T array, E args)

Calls a function on every element in the array.

unformat
string unformat(string message)

Removes valid formatting codes from a message. Note that this function also removes uppercase formatting codes because they're supported by Minecraft (but not by Minecraft Pocket Edition).

Properties

array_index
T array_index [@property setter]

Finds a value in a array.

array_remove
T array_remove [@property setter]

Removes an element from an array.

microseconds
ulong microseconds [@property getter]

Gets the microseconds from January 1st, 1970.

milliseconds
ulong milliseconds [@property getter]

Gets the milliseconds from January 1st, 1970.

roman
uint roman [@property getter]

Converts from roman number to an integer.

safe
T safe [@property getter]

Performs a safe conversion.

seconds
uint seconds [@property getter]

Gets the seconds from January 1st, 1970.

Meta

Authors

Kripth