message_end

Syntax

native message_end();

Description

Ends a message that was started with message_begin() or message_begin_f().

Note

If the function is called without using message_begin() or
message_begin_f() first, the server will crash immediately.

Return

This function has no return value.