Difference between revisions of "Script/LogicEnums"

From SF3
Jump to: navigation, search
Line 77: Line 77:
 
   QuestMarker
 
   QuestMarker
  
==enum EFactionRelation==
+
==EFactionRelation==
 
   Allied
 
   Allied
 
   Hostile
 
   Hostile
 
   Neutral
 
   Neutral
  
==enum EHeroPartyEvent==
+
==EHeroPartyEvent==
 
   Loot
 
   Loot
 
   Talk
 
   Talk
Line 96: Line 96:
 
   AnyOutside
 
   AnyOutside
  
==enum EInventoryEvent==
+
==EInventoryEvent==
 
   Added
 
   Added
 
   Removed
 
   Removed
Line 102: Line 102:
 
   Read
 
   Read
  
==enum ECreatureEvent==
+
==ECreatureEvent==
 
   Killed
 
   Killed
 
   Damaged
 
   Damaged
Line 109: Line 109:
 
   LeftArea
 
   LeftArea
  
==enum EBuildingEvent==
+
==EBuildingEvent==
 
   Placed
 
   Placed
 
   Completed
 
   Completed
Line 118: Line 118:
 
   ProductionFinished
 
   ProductionFinished
  
==enum EUIEvent==
+
==EUIEvent==
 
   EntitySelected
 
   EntitySelected
 
   EnableTutorials
 
   EnableTutorials
 
   ResetTutorials
 
   ResetTutorials
 
   PlayerMarker
 
   PlayerMarker

Revision as of 14:28, 28 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

EFactionRelation

 Allied
 Hostile
 Neutral

EHeroPartyEvent

 Loot
 Talk
 Switch
 Examine
 Interact
 Killed
 Wiped
 LevelUp
 AllInside
 AllOutside
 AnyInside
 AnyOutside

EInventoryEvent

 Added
 Removed
 Used
 Read

ECreatureEvent

 Killed
 Damaged
 Resurrected
 EnteredArea
 LeftArea

EBuildingEvent

 Placed
 Completed
 Destroyed
 Charged
 ProductionStarted
 ProducationStalled
 ProductionFinished

EUIEvent

 EntitySelected
 EnableTutorials
 ResetTutorials
 PlayerMarker

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 EFactionRelation

 Allied
 Hostile
 Neutral

enum EHeroPartyEvent

 Loot
 Talk
 Switch
 Examine
 Interact
 Killed
 Wiped
 LevelUp
 AllInside
 AllOutside
 AnyInside
 AnyOutside

enum EInventoryEvent

 Added
 Removed
 Used
 Read

enum ECreatureEvent

 Killed
 Damaged
 Resurrected
 EnteredArea
 LeftArea

enum EBuildingEvent

 Placed
 Completed
 Destroyed
 Charged
 ProductionStarted
 ProducationStalled
 ProductionFinished

enum EUIEvent

 EntitySelected
 EnableTutorials
 ResetTutorials
 PlayerMarker