ACR_CreatureBehavior.CreatureObject.SetAbberationEffects C# (CSharp) Méthode

SetAbberationEffects() private méthode

private SetAbberationEffects ( ) : void
Résultat void
        private void SetAbberationEffects()
        {
            Script.ApplyEffectToObject(CLRScriptBase.DURATION_TYPE_PERMANENT, Script.SupernaturalEffect(Script.EffectDarkVision()), ObjectId, 0.0f);
        }