Sandbox Logo

GameDataAttribute.AllowMultiple

bool AllowMultiple { get; set; }

Description

Indicates that this type compiles as list, rather than a single entry in the model. This will also affect how you retrieve this data via Model.GetData().

Return

User Comments