Skip to content

Commit 54516ad

Browse files
committed
docs(readme): note the function/event count in the intro
Mention the scale up front (550+ functions and 50+ events) and bump the Calls catalog summary from the stale "400+" to match. Counts are approximate on purpose so they don't go stale on every addition.
1 parent 7e78400 commit 54516ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ClassicAPI
22

33
ClassicAPI is a DLL for World of Warcraft 1.12.1 (Vanilla / Turtle WoW). It
4-
backports a large part of the modern WoW API — and much of Lua 5.1 — into the
5-
1.12 client, so addons written for later versions (3.3.5+ or Classic Era) run
6-
with little or no change.
4+
backports a large part of the modern WoW API — 550+ functions and 50+ events,
5+
plus much of Lua 5.1 — into the 1.12 client, so addons written for later
6+
versions (3.3.5+ or Classic Era) run with little or no change.
77

88
It hooks the engine after WoW boots and registers everything the same way WoW
99
registers its own Lua functions. Nothing else to install — the DLL is
@@ -63,7 +63,7 @@ heading to expand it. For signatures and return values, see the per-function
6363
reference in **[docs/API.md](docs/API.md)**.
6464

6565
<details>
66-
<summary><b>In-game Lua calls</b> — 400+ functions across ~60 namespaces</summary>
66+
<summary><b>In-game Lua calls</b> — 550+ functions across ~60 namespaces</summary>
6767

6868
| Namespace | Calls |
6969
|-----------|-------|

0 commit comments

Comments
 (0)