ACR_BuilderPlugin.CreatureHelper.SetCreatureBehaviorType C# (CSharp) Méthode

SetCreatureBehaviorType() public static méthode

public static SetCreatureBehaviorType ( NWN2CreatureTemplate creature, string behavior ) : void
creature NWN2CreatureTemplate
behavior string
Résultat void
        public static void SetCreatureBehaviorType(NWN2CreatureTemplate creature, string behavior)
        {
            creature.Variables.GetVariable("ACR_CREATURE_BEHAVIOR").ValueString = behavior;
        }