bugfix | 68f9e44 | 2020-03-26 15:27:59 +0100 | [diff] [blame^] | 1 | P_PREPARED_SPELL |
| 2 | ================ |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | |
| 7 | P_PREPARED_SPELL "prepared_spell" |
| 8 | |
| 9 | DEFINIERT IN |
| 10 | ------------ |
| 11 | |
| 12 | /sys/new_skills.h |
| 13 | |
| 14 | BESCHREIBUNG |
| 15 | ------------ |
| 16 | |
| 17 | Enthaelt ein Array mit Daten zu einem in Vorbereitung befindlichen Spell. |
| 18 | |
| 19 | - arr[0]: Ausloesezeitpunkt (int) |
| 20 | - arr[1]: Spellinformationen (mapping) |
| 21 | - arr[2]: Skill-Argument (string) |
| 22 | |
| 23 | SIEHE AUCH |
| 24 | ---------- |
| 25 | |
| 26 | :doc:`P_GUILD_PREPAREBLOCK` |
| 27 | |
| 28 | Letzte Aenderung: 26.03.2021, Bugfix |