MAK Legion 1.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
Legion::AttributeSetDescriptor Struct Reference

An attribute set descriptor describes a group of attributes that are treated as a single set of data this may be an entity, an IFF, a radio, etc. More...

+ Collaboration diagram for Legion::AttributeSetDescriptor:

Public Attributes

std::string attributeSetName
 
UInt32 exptectedInstances
 
AttributeSetDependency dependency
 
std::vector< AttributeDescriptorattributeDescriptors
 

Detailed Description

An attribute set descriptor describes a group of attributes that are treated as a single set of data this may be an entity, an IFF, a radio, etc.

An attribute set descriptor describes a group of attributes that are treated as a single set of data. The attribute set name is used to generate its ID. Expected instances is the expected number of instances of this type of object that will exist during runtime, but is only a recommendation for initial memory allocation. If more instances get created the internal structures will grow to meet the need.

Member Data Documentation

std::vector<AttributeDescriptor> Legion::AttributeSetDescriptor::attributeDescriptors
std::string Legion::AttributeSetDescriptor::attributeSetName
AttributeSetDependency Legion::AttributeSetDescriptor::dependency
UInt32 Legion::AttributeSetDescriptor::exptectedInstances

The documentation for this struct was generated from the following file:

Document ID: Generated on Wed May 26 15:17:05 EDT 2021 from SVN revision 229676
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)