Skip to content

Open-GTO/zmessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmessage

Multi-line messages with whole words shifts.

Usage

Just include it.

Functions

This library provides only one function with can be useful in some cases. Some examples of usage can be found here.

ZMsg_GetMessages(message[], array[][], const lines = sizeof(array), const line_size = sizeof(array[]))

  • Parameters:
    • message[]: The original message which should be splitted.
    • array[][]: The array which stores splitted strings.
    • lines: The number of the strings which can be stored in array.
    • line_size: The number of the symbols which can be stored in one array string.
  • Return values:
    • The number of the lines

Directives

Directive Default value Can be redefined Note
ZMSG_MAX_CHAT_LENGTH MAX_CHATBUBBLE_LENGTH yes
ZMSG_MAX_PLAYER_CHAT_LENGTH (MAX_CHATBUBBLE_LENGTH / 2) yes
ZMSG_SEPARATORS_LIST ' ' yes Used in case statement
ZMSG_HYPHEN_END " ¬" yes
ZMSG_HYPHEN_START "» " yes

Screenshot

example