IsFemale()
Is the actor female?是女性,男性则写NOT IsFemale()
IsChild()
Is the actor a child?是儿童,非写not
IsPlayerTeammate()
Is the actor currently a teammate of the player?是否是队友,同上
IsInInterior()
Is the actor in an interior cell?在室内?
IsInFaction(Faction faction)
Is the actor in the specified faction?是否是特定派别
HasKeyword(Keyword keyword)
Does the actor have the specified keyword?是否有关键字
HasMagicEffect(MagicEffect magiceffect)
Is the actor currently being affected by the given Magic Effect?身上是否受到特定魔法效果影响
HasMagicEffectWithKeyword(Keyword keyword)
Is the actor currently being affected by a Magic Effect with the given Keyword?是否受到有特定关键字的魔法影响
HasPerk(Perk perk)
Does the actor have the given Perk?是否有指定的技能点
HasSpell(Form spell)
Does the actor have the given Spell or Shout?是否解锁了某项技能或者龙吼
IsActorValueEqualTo(GlobalVariable id, GlobalVariable value)
Is the ActorValue of the specified ID equal to the value?角色的GlobalVariable id是否等于某个值(0-1之间的小数)
IsActorValueLessThan(GlobalVariable id, GlobalVariable value)
Is the ActorValue of the specified ID less than the value?角色的GlobalVariable id是否少于某个值IsActorValueBaseEqualTo(GlobalVariable id, GlobalVariable value)
Is the base ActorValue of the specified ID equal to the value?角色的GlobalVariable id基础值是否等于特定值IsActorValueBaseLessThan(GlobalVariable id, GlobalVariable value)
Is the base ActorValue of the specified ID less than the value? 给定角色的GlobalVariable id最大值是否等于特定值。
下面的这些是受到特定的debuff之后的减损,比如变成吸血鬼了在白天最大体力值和生命值会减少。
IsActorValueMaxEqualTo(GlobalVariable id, GlobalVariable value)
Is the max ActorValue of the specified ID equal to the value? 给定角色的特定GlobalVariable id的最大值是否低于某个值
IsActorValueMaxLessThan(GlobalVariable id, GlobalVariable value)
Is the max ActorValue of the specified ID less than the value? 给定角色的特定GlobalVariable id的最大值是否低于某个值
IsActorValuePercentageEqualTo(GlobalVariable id, GlobalVariable value)
Is the percentage ActorValue of the specified ID equal to the value?给定角色的特定GlobalVariable id是否等于特定值
IsActorValuePercentageLessThan(GlobalVariable id, GlobalVariable value)
Is the percentage ActorValue of the specified ID less than the value?给定角色的特定GlobalVariable id是否低于特定值
注:英文句子后面接中文,中文是对英文句子的翻译和补充。
Is the actor female?是女性,男性则写NOT IsFemale()
IsChild()
Is the actor a child?是儿童,非写not
IsPlayerTeammate()
Is the actor currently a teammate of the player?是否是队友,同上
IsInInterior()
Is the actor in an interior cell?在室内?
IsInFaction(Faction faction)
Is the actor in the specified faction?是否是特定派别
HasKeyword(Keyword keyword)
Does the actor have the specified keyword?是否有关键字
HasMagicEffect(MagicEffect magiceffect)
Is the actor currently being affected by the given Magic Effect?身上是否受到特定魔法效果影响
HasMagicEffectWithKeyword(Keyword keyword)
Is the actor currently being affected by a Magic Effect with the given Keyword?是否受到有特定关键字的魔法影响
HasPerk(Perk perk)
Does the actor have the given Perk?是否有指定的技能点
HasSpell(Form spell)
Does the actor have the given Spell or Shout?是否解锁了某项技能或者龙吼
IsActorValueEqualTo(GlobalVariable id, GlobalVariable value)
Is the ActorValue of the specified ID equal to the value?角色的GlobalVariable id是否等于某个值(0-1之间的小数)
IsActorValueLessThan(GlobalVariable id, GlobalVariable value)
Is the ActorValue of the specified ID less than the value?角色的GlobalVariable id是否少于某个值IsActorValueBaseEqualTo(GlobalVariable id, GlobalVariable value)
Is the base ActorValue of the specified ID equal to the value?角色的GlobalVariable id基础值是否等于特定值IsActorValueBaseLessThan(GlobalVariable id, GlobalVariable value)
Is the base ActorValue of the specified ID less than the value? 给定角色的GlobalVariable id最大值是否等于特定值。
下面的这些是受到特定的debuff之后的减损,比如变成吸血鬼了在白天最大体力值和生命值会减少。
IsActorValueMaxEqualTo(GlobalVariable id, GlobalVariable value)
Is the max ActorValue of the specified ID equal to the value? 给定角色的特定GlobalVariable id的最大值是否低于某个值
IsActorValueMaxLessThan(GlobalVariable id, GlobalVariable value)
Is the max ActorValue of the specified ID less than the value? 给定角色的特定GlobalVariable id的最大值是否低于某个值
IsActorValuePercentageEqualTo(GlobalVariable id, GlobalVariable value)
Is the percentage ActorValue of the specified ID equal to the value?给定角色的特定GlobalVariable id是否等于特定值
IsActorValuePercentageLessThan(GlobalVariable id, GlobalVariable value)
Is the percentage ActorValue of the specified ID less than the value?给定角色的特定GlobalVariable id是否低于特定值
注:英文句子后面接中文,中文是对英文句子的翻译和补充。