Zesstra | 8bf86f5 | 2020-04-04 15:24:13 +0200 | [diff] [blame] | 1 | |
| 2 | P_PREPARED_SPELL |
| 3 | **************** |
| 4 | |
| 5 | |
| 6 | NAME |
| 7 | ==== |
| 8 | |
| 9 | P_PREPARED_SPELL "prepared_spell" |
| 10 | |
| 11 | |
| 12 | DEFINIERT IN |
| 13 | ============ |
| 14 | |
| 15 | /sys/new_skills.h |
| 16 | |
| 17 | |
| 18 | BESCHREIBUNG |
| 19 | ============ |
| 20 | |
| 21 | Enthaelt ein Array mit Daten zu einem in Vorbereitung befindlichen |
| 22 | Spell. |
| 23 | |
| 24 | * arr[0]: Ausloesezeitpunkt (int) |
| 25 | |
| 26 | * arr[1]: Spellinformationen (mapping) |
| 27 | |
| 28 | * arr[2]: Skill-Argument (string) |
| 29 | |
| 30 | |
| 31 | SIEHE AUCH |
| 32 | ========== |
| 33 | |
| 34 | P_GUILD_PREPAREBLOCK |
| 35 | |
| 36 | Letzte Aenderung: 26.03.2021, Bugfix |