Function | Description |
---|---|
message_begin | Marks the beginning of a client message. |
message_begin_f | Marks the beginning of a client message. |
message_end | Ends a message that was started with message_begin() or message_begin_f(). |
write_byte | Writes a single byte to a message. |
write_char | Writes a single character to a message. |
write_short | Writes a single number to a message (short). |
write_long | Writes a single number to a message (long). |
write_entity | Writes an entity index to a message. |
write_angle | Writes an angle entry to a message. |
write_angle_f | Writes an angle entry to a message using a float value. |
write_coord | Writes a coordinate entry to a message. |
write_coord_f | Writes a coordinate entry to a message using a float value. |
write_string | Writes a string to a message. |
emessage_begin | Marks the beginning of a client message. |
emessage_begin_f | Marks the beginning of a client message. |
emessage_end | Ends a message that was started with emessage_begin() or emessage_begin_f(). |
ewrite_byte | Writes a single byte to a message. |
ewrite_char | Writes a single character to a message. |
ewrite_short | Writes a single number to a message (short). |
ewrite_long | Writes a single number to a message (long). |
ewrite_entity | Writes an entity index to a message. |
ewrite_angle | Writes an angle entry to a message. |
ewrite_angle_f | Writes an angle entry to a message using a float value. |
ewrite_coord | Writes a coordinate entry to a message. |
ewrite_coord_f | Writes a coordinate entry to a message using a float value. |
ewrite_string | Writes a string to a message. |
set_msg_block | Sets whether or not an engine message will be blocked. |
get_msg_block | Gets whether or not an engine message is blocked. |
register_message | Lets you directly hook a message in the engine. |
unregister_message | Unregisters a message hook previously created with register_message(). |
get_msg_args | Gets number of arguments that were passed to a message. |
get_msg_argtype | Gets the argument type of a specified argument. |
get_msg_arg_int | Gets the integer value of a specified argument. |
get_msg_arg_float | Gets the float value of a specified argument. |
get_msg_arg_string | Gets the string value from a specified argument. |
set_msg_arg_int | Sets the integer value of a specified argument. |
set_msg_arg_float | Sets the float value of a specified argument. |
set_msg_arg_string | Sets the string value of a specified argument. |
get_msg_origin | Gets the origin of a message. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.