Total Miner

(Official) LUA Scripting Documentation

print

Post a notification to the screen.


Spec:

print(
	object[] args)

Parameters


Example

print("Player Username is: "..get_actor_name())

Incomplete

This documentation is incomplete


back