SC2Mapster Wiki
Register
Advertisement

How different data types interact: Unit structure in a diagram view *everyone can edit this.

Documentation[ | ]

This section contains documentation about the Fields Structure of all common classes used in the Data Editor. This documentation represents the backside of the Data Editor. It's only useful in several cases, as XML editing or manipulating Catalog functions in triggers.

Why ?[ | ]

This listing is interesting when you want define a Catalog data. This can be interesting if you edit data with a XML Editor for example. This documentation can be also interesting when you use Catalog functions in Trigger Editor, or in the case of Data references in tooltips.

Useful in :

  • Data References in text variables (<d ref="">).
  • XML Edition of data
  • Functions in "Catalog" Category (Trigger Editor)

How is it organized ?[ | ]

The listing is organized as a Tree view. You can see parents and children for each kind of field. You can know easily the path for several fields and access to them.

In the case of a field is an array, a "[]" is shown in the right of the name of the field.

How this listing has been generated ?[ | ]

The Trigger Editor allows you to know all of the Catalog fields used when the game is launched. A simple TestMap with a small trigger allows you to see the entire tree organization for each class and subclass.

How can I use information here ?[ | ]

When you meet a field that is an array (with a "[]" in the right-side), you must define an index. This can be :

  • An integer index (between 0 and n)
  • A predefined name, as "Spell", "Ally", "Melee", etc.

When you meet a field with children attributes (with a "+" in the left-side), you must define which attribute you want to get. You must make a separation between the parent and the child by using the "." separator. Exemple: "GrandFather.Father.Child".

When the name of a field is "value" or "value[]", you can access to these values by using the parent ascessor. Exemple: CFixed has a value field. You can define value by set the CFixed field directly.

What is exactly the difference between types, structures, classes and enumerations ?[ | ]

These are different variable type concepts.

  • A Class (C) might be initialized with a constructor to exist. If this is the case, the XML constructor is displayed in the class subpage.
  • A Structure (S) is only a organization of many fields to order the fields better.
  • A Type (T) is ???
  • Enumerations (E) are a list of predefined values. You can only set one of the predefined values for an enumeration. The list of predefined values is displayed in the class subpage.

See the TUTORIAL to use this documentation[ | ]

Listing[ | ]

Main Classes[ | ]

Game[ | ]

Art And Sound[ | ]

Other classes[ | ]

Links[ | ]

Game Data[ | ]
Campaign Data[ | ]
  • Fields Structure/CArmyCategoryLink
  • Fields Structure/CArmyUnitLink
  • Fields Structure/CArmyUpgradeLink
  • Fields Structure/CBankConditionLink
  • Fields Structure/CCampaignLink
  • Fields Structure/CCharacterLink
  • Fields Structure/CCommanderLink
  • Fields Structure/CConversationLink
  • Fields Structure/CConversationStateLink
  • Fields Structure/CLocationLink
  • Fields Structure/CMapLink
  • Fields Structure/CObjectiveLink
  • Fields Structure/CPreloadLink
Actor Data[ | ]
  • Fields Structure/CActorLink
  • Fields Structure/CAttachMethodLink
  • Fields Structure/CBeamLink
Art and Sound Data[ | ]
  • Fields Structure/CButtonLink
  • Fields Structure/CDSPLink
  • Fields Structure/CLensFlareSetLink
  • Fields Structure/CLightLink
  • Fields Structure/CModelLink
  • Fields Structure/CReverbLink
  • Fields Structure/CShapeLink
  • Fields Structure/CSoundLink
  • Fields Structure/CSoundExclusivityLink
  • Fields Structure/CSoundMixSnapshotLink
  • Fields Structure/CSoundtrackLink
  • Fields Structure/CTextureLink
Terrain Data[ | ]
  • Fields Structure/CCliffLink
  • Fields Structure/CCliffMeshLink
  • Fields Structure/CFoWLink
  • Fields Structure/CPhysicsMaterialLink
  • Fields Structure/CTerrainTypeLink
  • Fields Structure/CTerrainObjectLink
  • Fields Structure/CTerrainTexLink
  • Fields Structure/CTileLink
  • Fields Structure/CWaterLink
Hero Data[ | ]
  • Fields Structure/CArtifactLink
  • Fields Structure/CArtifactSlotLink
  • Fields Structure/CConfigLink
  • Fields Structure/CHeroLink
  • Fields Structure/CHeroAbilLink
  • Fields Structure/CHeroStatLink
  • Fields Structure/CMountLink
  • Fields Structure/CSkinLink
  • Fields Structure/CTalentLink
  • Fields Structure/CTalentProfileLink
  • Fields Structure/CVoiceOverLink
Interface Data[ | ]
  • Fields Structure/CBundleLink
  • Fields Structure/CCameraLink
  • Fields Structure/CColorStyleLink
  • Fields Structure/CConsoleSkinLink
  • Fields Structure/CCursorLink
  • Fields Structure/CGameUILink
  • Fields Structure/CPingLink
  • Fields Structure/CRaceBannerPackLink
Advanced Game Data[ | ]
  • Fields Structure/CAchievementLink
  • Fields Structure/CAchievementTermLink
  • Fields Structure/CBoostLink
  • Fields Structure/CDecalPackLink
  • Fields Structure/CEmoticonLink
  • Fields Structure/CEmoticonPackLink
  • Fields Structure/CGameLink
  • Fields Structure/CHerdLink
  • Fields Structure/CHerdNodeLink
  • Fields Structure/CItemClassLink
  • Fields Structure/CItemContainerLink
  • Fields Structure/CKineticLink
  • Fields Structure/CPortraitPackLink
  • Fields Structure/CPremiumMapLink
  • Fields Structure/CRaceLink
  • Fields Structure/CRequirementNodeLink
  • Fields Structure/CRewardLink
  • Fields Structure/CScoreResultLink
  • Fields Structure/CScoreValueLink
  • Fields Structure/CSkinPackLink
  • Fields Structure/CSprayLink
  • Fields Structure/CSprayPackLink
  • Fields Structure/CStimPackLink
  • Fields Structure/CTacCooldownLink
  • Fields Structure/CTacticalLink
  • Fields Structure/CTargetFindLink
  • Fields Structure/CTargetSortLink
  • Fields Structure/CTextureSheetLink
  • Fields Structure/CTrophyLink
  • Fields Structure/CUserLink
  • Fields Structure/CVoicePackLink
  • Fields Structure/CWarChestLink
  • Fields Structure/CWarChestSeasonLink

Others[ | ]

Structures[ | ]

Enumerations[ | ]

Types[ | ]

  • Fields Structure/TEditorCategories
  • Fields Structure/TTechAlias

Others[ | ]

Advertisement