In file prompts.h:

char* msg_getl_bot

(int num, int language, int checkbot)

Low level function to access a prompt by ID and language.

Documentation

Low level function to access a prompt by ID and language.

This is the low level function to read a prompt by its ID and index.

Parameters:
num - The numeric index of the prompt.
- language The language you want to access.
Returns:
A null terminated string pointer to the prompt.
Deprecated:
Don't use this one, use the macro msg_getl instead. It'll save you some effort.

Alphabetic index



This page was generated with the help of DOC++.