Welcome to PenUltima Online. Click to login or register.

File: basicio.em

Description: Basic I/O functions.
Last Modified: 08/31/2015

Functions:

Modules:

Print(anything)
Parameters:
Name Type
anything Any object, or primitive.
Explanation
Prints 'anything' to the console. If it's a string or number, it will show the value. If it's an array, struct or dictionary, it will show the contents of the structure fairly nicely. On Packets it will show the content. Else, it shows the type of object, i.e. 'ItemRef'.
Return values
Nothing