mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-08 10:16:37 +00:00
Cleanup
@@ -1,9 +1,7 @@
|
|||||||
#ProTip: hit ctrl + f (Windows) or ⌘ + f (Mac) to FIND something on this page
|
#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)
|
* 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 |
|
| Exported Variable | Usage |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
@@ -91,4 +89,4 @@
|
|||||||
| $x | The X coordinate of the NPC.
|
| $x | The X coordinate of the NPC.
|
||||||
| $y | The Y coordinate of the NPC.
|
| $y | The Y coordinate of the NPC.
|
||||||
| $z | The Z coordinate of the NPC.
|
| $z | The Z coordinate of the NPC.
|
||||||
| $h | The heading of the NPC.
|
| $h | The heading of the NPC.
|
||||||
Reference in New Issue
Block a user