Displays encounter journal information for the encounter. Signature: Code name, description, encounterID, firstSection, encounterLink = EJ_GetEncounterInfo(encounterID)
Arguments: - encounterID - The unique ID of the encounter (number)
Returns: - name - Name of the encounter in question (string)
- description - The gossip text for the encounter (string)
- encounterID - The encounter ID of the encounter (number)
- firstSection - The sectionID for the first section of the encounter (number)
- encounterLink - A link to the encounter using current EJ difficulty settings (string)
Также смотрите: ПвП
Ссылки: http://wowprogramming.com/docs/api/EJ_GetEncounterInfo
|