Difference between revisions of "Script/LogicEnums"

From SF3
Jump to: navigation, search
(Created page with "==enum EEntityType== Static Creature Building Effect ResourceDeposit LogicObject Invalid ==enum EDamageType== Pierce Slash Blunt Thrust Crush Siege...")
 
Line 1: Line 1:
==enum EEntityType==
+
==EEntityType==
 
   Static
 
   Static
 
   Creature
 
   Creature
Line 8: Line 8:
 
   Invalid
 
   Invalid
  
==enum EDamageType==
+
==EDamageType==
 
   Pierce
 
   Pierce
 
   Slash
 
   Slash
Line 24: Line 24:
 
   Undefined
 
   Undefined
  
==enum EResource==
+
==EResource==
 
   Wood
 
   Wood
 
   Planks
 
   Planks
Line 46: Line 46:
 
   None
 
   None
  
==enum EBuildingType==
+
==EBuildingType==
 
   Default
 
   Default
 
   SectorCenter
 
   SectorCenter
Line 56: Line 56:
 
   Charge
 
   Charge
  
==enum EBuildingStage==
+
==EBuildingStage==
 
   Planned
 
   Planned
 
   Construction
 
   Construction
Line 62: Line 62:
 
   Remains
 
   Remains
  
==enum ECreatureType==
+
==ECreatureType==
 
   Character
 
   Character
 
   Summon
 
   Summon
Line 71: Line 71:
 
   Founder
 
   Founder
  
==enum ELogicObjectType==
+
==ELogicObjectType==
 
   Container
 
   Container
 
   NavBlocker
 
   NavBlocker
 
   Switch
 
   Switch
 
   QuestMarker
 
   QuestMarker

Revision as of 10:34, 7 September 2016

EEntityType

 Static
 Creature
 Building
 Effect
 ResourceDeposit
 LogicObject
 Invalid

EDamageType

 Pierce
 Slash
 Blunt
 Thrust
 Crush
 Siege
 Fire
 Ice
 Air
 White
 Black
 Arcane
 Irresistible
 Undefined

EResource

 Wood
 Planks
 Stone
 Brick
 IronOre
 Iron
 IronBar
 BlackAsh
 BlackAshPackage
 BlackAshPotion
 Fish
 Meat
 Food
 Lenya
 LenyaPackage
 LenyaEssence
 Aria
 AriaCask
 DistilledAria
 None

EBuildingType

 Default
 SectorCenter
 ResourceCollector
 ResourceProducer
 UnitProducer
 Sentry
 CreepSpawn
 Charge

EBuildingStage

 Planned
 Construction
 Completed
 Remains

ECreatureType

 Character
 Summon
 Unit
 Mob
 Animal
 Worker
 Founder

ELogicObjectType

 Container
 NavBlocker
 Switch
 QuestMarker

enum EEntityType

 Static
 Creature
 Building
 Effect
 ResourceDeposit
 LogicObject
 Invalid

enum EDamageType

 Pierce
 Slash
 Blunt
 Thrust
 Crush
 Siege
 Fire
 Ice
 Air
 White
 Black
 Arcane
 Irresistible
 Undefined

enum EResource

 Wood
 Planks
 Stone
 Brick
 IronOre
 Iron
 IronBar
 BlackAsh
 BlackAshPackage
 BlackAshPotion
 Fish
 Meat
 Food
 Lenya
 LenyaPackage
 LenyaEssence
 Aria
 AriaCask
 DistilledAria
 None

enum EBuildingType

 Default
 SectorCenter
 ResourceCollector
 ResourceProducer
 UnitProducer
 Sentry
 CreepSpawn
 Charge

enum EBuildingStage

 Planned
 Construction
 Completed
 Remains

enum ECreatureType

 Character
 Summon
 Unit
 Mob
 Animal
 Worker
 Founder

enum ELogicObjectType

 Container
 NavBlocker
 Switch
 QuestMarker