StartMessageAll Function

Starts a usermessage (network message) that broadcasts to all clients.

Handle StartMessageAll(const char[] msgname, int flags)

Parameters

const char[] msgname

Message name to start.

int flags

Optional flags to set.

Return Value

A handle to a bf_write bit packing structure, or INVALID_HANDLE on failure.

Notes

See StartMessage or StartMessageEx().