ACR_CreatureBehavior.CreatureObject.SetAbberationEffects C# (CSharp) Method

SetAbberationEffects() private method

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