Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 1 | |
| 2 | GetValueO() |
| 3 | *********** |
| 4 | |
| 5 | |
| 6 | FUNKTION |
| 7 | ======== |
| 8 | |
| 9 | varargs int GetValueO(string vname, mapping map, object pl) |
| 10 | |
| 11 | |
| 12 | ARGUMENTE |
| 13 | ========= |
| 14 | |
| 15 | vname : name des parameters aus dem spellmapping |
| 16 | map : spellmapping |
| 17 | pl : caster |
| 18 | |
| 19 | |
| 20 | BESCHREIBUNG |
| 21 | ============ |
| 22 | |
| 23 | Berechnet den Wert und den Offset des Parameters in spellmapping. |
| 24 | |
| 25 | |
| 26 | RUECKGABEWERT |
| 27 | ============= |
| 28 | |
| 29 | Berechneter Wert+Offset aus dem Spellmapping. |
| 30 | |
| 31 | |
| 32 | BEMERKUNGEN |
| 33 | =========== |
| 34 | |
| 35 | Ruft GetValue(vname,map,pl)+GetOffset(vname,map,pl) auf. |
| 36 | |
| 37 | |
| 38 | BEISPIEL |
| 39 | ======== |
| 40 | |
| 41 | xxx=GetValueO(SI_SKILLDAMAGE,sinfo,caster); |
| 42 | |
| 43 | Siehe auch: |
| 44 | |
| 45 | "GetValue", "GetFactor", "GetOffset", "GetFValue", "GetFValueO" |
| 46 | |
| 47 | Ausfuehrliches Beispiel siehe "GetFValueO". |