Skip to content
Snippets Groups Projects
Commit 2394d15a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Support string (text.dat string ID) arguments to bbs.text() and system.text()

Currently, this is a slower way to look-up a text.dat string, but requires no
load/require of text.js and allows for a shorter syntax to get a text.dat
string, i.e. bbs.text("Quit") instead of bbs.text(bbs.text.Quit);

Although the bbs.text() ID lookup is cached, it's only marginally faster than
system.text() ID lookup, which is not cached and about 1/3 the speed of the
other methods of index to string lookup (in the MSVC-Windows build).
parent b319eae4
No related branches found
No related tags found
No related merge requests found
Pipeline #6960 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment