blob: 23a72fbbc1a82d0c3913b2ad70132d4c77cdeacb [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001QuerySpell()
2============
3
4FUNKTION
5--------
6::
7
8 mapping QuerySpell(string spell)
9
10DEFINIERT IN
11------------
12::
13
14 /std/spellbook.c
15
16ARGUMENTE
17---------
18::
19
20 string spell Name des Spells
21
22BESCHREIBUNG
23------------
24::
25
26 Gibt das Spellmapping aus P_SB_SPELLS fuer diesen Spell zurueck.
27
28
29
30 Hier enthaelt QuerySpell nur die Spellbook-Informationen.
31
32SIEHE AUCH
33----------
34::
35
36 Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg
37 * Verwalten: AddSpell
38 * Angriff: TryAttackSpell, TryDefaultAttackSpell,
39 TryGlobalAttackSpell
40 * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
41 Skills Lernen: LearnSkill, ModifySkill, LimitAbility
42 * Nutzung: UseSpell, UseSkill
43 * sonstig: spruchermuedung, skill_info_liste
44
455. Okt 2011 Gloinson
46