GetEffectCasterLevel(effect)
From NWN Lexicon
Revision as of 05:26, 16 February 2018 by Squatting Monk (talk | contribs) (Created page with "{{NWNEE}}Returns the caster level of the creature who created the effect. <nwscript> int GetEffectCasterLevel( effect eEffect ); </nwscript> ===Parameters=== ; eEffect :...")
Parameters
- eEffect
- The effect object to get the caster level from.
Description
Returns the caster level of the creature who created the effect.
If not created by a creature, returns 0. If created by a spell-like ability, returns 0.
Remarks
Version
???
Example
See Also
functions: | GetCasterLevel |