post

Posts a message on the backlog.

━ Syntax

[bool status] post(string message, int level)

━ Usage

local result = vEngine.backlog.post("Hello There", 1) --Posts our message on the backlog in default mode
print(result) --Prints result

Last updated