From ee91b21795d7cc09a275430839d5516db794ca62 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Fri, 11 Jan 2019 11:04:50 -0500 Subject: [PATCH] Cleanup --- Perl-API---Exported-Variables.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Perl-API---Exported-Variables.md b/Perl-API---Exported-Variables.md index 8d0f247..0e9923f 100644 --- a/Perl-API---Exported-Variables.md +++ b/Perl-API---Exported-Variables.md @@ -1,9 +1,7 @@ #ProTip: hit ctrl + f (Windows) or ⌘ + f (Mac) to FIND something on this page -# Exported Variables - * A full list can always be found in the EQEmu source [https://github.com/EQEmu/Server/blob/master/zone/embparser.cpp](https://github.com/EQEmu/Server/blob/master/zone/embparser.cpp) -* Exported variables are sometimes available globally during sub-events, some exported variables are only available in certain sub-events +* Exported variables are sometimes available globally during sub-events, some exported variables are only available in certain sub-events--see [[Perl API sub EVENTs|Perl-API---Sub-Events]] for a listing of each event and its exports. | Exported Variable | Usage | | --- | --- | @@ -91,4 +89,4 @@ | $x | The X coordinate of the NPC. | $y | The Y coordinate of the NPC. | $z | The Z coordinate of the NPC. -| $h | The heading of the NPC. +| $h | The heading of the NPC. \ No newline at end of file