ALFA.GameEffect.GameEffect C# (CSharp) Метод

GameEffect() публичный Метод

Obtain a CGameEffect wrapper for an NWEffect instance.
public GameEffect ( NWScript.NWScriptEngineStructure0 EffectInstance ) : System
EffectInstance NWScript.NWScriptEngineStructure0 Supplies the instance to wrap.
Результат System
        public GameEffect(NWEffect EffectInstance)
        {
            this.EffectInstance = EffectInstance;
            this.CGameEffectInstance = GetGameEffectInstance(EffectInstance);

            ReadGameEffectFields();
        }