Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 23148 ]] Cleanup access to keyword tables #7543

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 3, 2021

  1. [[ Bug 23148 ]] Cleanup access to keyword tables

    This patch cleans up access to the keyword tables, used by the script parser
    and syntax such as `the commandNames`. The tables are now accessible via
    global variables `MCkeywordtablepointers` and `MCkeywordtablesizes` which are
    defined in `scriptpt.h`; and all direct access to the underlying tables in
    other files have been updated to use them.
    runrevmark committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    b53ca9d View commit details
    Browse the repository at this point in the history