-
Notifications
You must be signed in to change notification settings - Fork 20
chat
Stjepan Bakrac edited this page May 22, 2020
·
7 revisions
This library allows interactions with the chat log.
local chat = require('chat')
✔️ Dependency Not Required
This library does not require an explicit dependency in the
manifest.xml
file for your package.
The chat
table has the following entries:
- chat.add_text : Adds text to the FFXI chat log.
- chat.text_added : An event that is triggered when text is added to the chat log.
Outputs a line of text to the FFXI chat log.
function chat.add_text(text : string, type : number = 206, indent: boolean = false)
text string
The text to output
type number [default: 206
]
The type of line to output.
indent boolean [default: false
]
Whether or not to indent the line of text.
This function does not return any values.
This event is triggered when a new line of text is being added to the chat log.
chat.text_added : event
text string
The text being added
type number
The type of the line being added.
indent boolean
Whether or not the line of text is indented.
blocked boolean
Whether or not the line of text has been blocked.
- Background and Architecture
- Windower Data Locations
- Code Standards and Guidelines
- Addon Development
- Windower Commands
- Packet Tutorial
- burdometer
- config
- delay_me_not
- distance
- dress_up
- enternity
- fps
- ime
- logger
- party_time
- paste
- pouches
- send
- shortcuts
- speedometer
- target_info
- terminate
- timestamp
- window_title
- Game
- Windower
- General