Difference between revisions of "Ability GetScaledEffectDuration"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) (Redirected page to Ability GetScaled*) |
m (Recreated) |
||
| Line 1: | Line 1: | ||
| − | + | {{dafunction | |
| + | |name = Ability_GetScaledEffectDuration | ||
| + | |brief = | ||
| + | |param1type = int | ||
| + | |param1name = nAbility | ||
| + | |param1desc = an [[ABILITY_*]] constant | ||
| + | |param1default = | ||
| + | |param2type = object | ||
| + | |param2name = oCaster | ||
| + | |param2desc = the creature using the ability | ||
| + | |param2default = | ||
| + | |param3type = float | ||
| + | |param3name = fDuration | ||
| + | |param3desc = a duration in seconds | ||
| + | |param3default = | ||
| + | |returntype = float | ||
| + | |returndesc = the fDuration parameter | ||
| + | |sourcefile = ability_h | ||
| + | |sourcemodule = Core Game Resources | ||
| + | }} | ||
| + | <!-- | ||
| + | == Description == --> | ||
| + | <!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --> | ||
| + | == Remarks == | ||
| + | <!-- This section contains additional comments, observations and known issues. --> | ||
| + | Despite its name this function simply returns the fDuration parameter without any scaling. | ||
| + | <!-- | ||
| + | == Examples == --> | ||
| + | <!-- This section contains examples transcluded from the snippet library. --> | ||
| + | <!-- | ||
| + | == See also == --> | ||
| + | <!-- This section contains links to articles, functions or constant groups. --> | ||
Revision as of 20:04, 3 August 2011
- Parameters:
- nAbility
- an ABILITY_* constant
- oCaster
- the creature using the ability
- fDuration
- a duration in seconds
- Returns:
- the fDuration parameter
- Source:
- Core Game Resources.ability_h
Remarks
Despite its name this function simply returns the fDuration parameter without any scaling.