PathfindSettings.xsd 2.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="uri:ea.com:eala:asset" xmlns:at="uri:ea.com:eala:asset:type" xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified" xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  3. <xs:complexType name="PathfindSettings" xas:typeGroup="Xml">
  4. <xs:complexContent>
  5. <xs:extension base="BaseSingletonSettings">
  6. <xs:sequence>
  7. </xs:sequence>
  8. <xs:attribute name="MaxPathfindCellsPerFrame" type="SageUnsignedInt" use="required" />
  9. <xs:attribute name="MaxPathfindCellsPerPhase" type="SageUnsignedInt" use="required" />
  10. <xs:attribute name="MaxCellsFindMeleeEngagementLocation" type="SageUnsignedInt" use="required" />
  11. <xs:attribute name="MaxCellsAdjustDestination" type="SageUnsignedInt" use="required" />
  12. <xs:attribute name="MaxCellsAdjustHordeMeleeDestination" type="SageUnsignedInt" use="required" />
  13. <xs:attribute name="MaxCellsAdjustTargetDestination" type="SageUnsignedInt" use="required" />
  14. <xs:attribute name="MaxCellsAdjustToPossibleDestination" type="SageUnsignedInt" use="required" />
  15. <xs:attribute name="MaxCellsAdjustToMeleeDestination" type="SageUnsignedInt" use="required" />
  16. <xs:attribute name="MaxCellsAdjustToNearestGroundCell" type="SageUnsignedInt" use="required" />
  17. <xs:attribute name="MaxCellsAdjustToNearestValidCell" type="SageUnsignedInt" use="required" />
  18. <xs:attribute name="MaxCellsPatchPath" type="SageUnsignedInt" use="required" />
  19. <xs:attribute name="MaxCellsToExamineTowardsGoal" type="SageUnsignedInt" use="required" />
  20. <xs:attribute name="MaxExtraCollisionResponsePathsPerFrame" type="SageUnsignedInt" use="required" />
  21. <xs:attribute name="MaxExtraMoveAwayFromPathPathsPerFrame" type="SageUnsignedInt" use="required" />
  22. <xs:attribute name="LayerZCloseEnough" type="SageUnsignedInt" use="required" />
  23. </xs:extension>
  24. </xs:complexContent>
  25. </xs:complexType>
  26. </xs:schema>