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