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