<Code Lib>
M

Entity.Get``1(Field, ForgeTypeId)

Description:
Retrieves the value of the field in the entity.
Remarks:

The template parameter must match the type of the field (specified when creating the Schema) exactly; this method does not perform data type conversions. The types for containers are IList for arrays and IDictionary for maps.

Overloads (4):
Get``1(Field,ForgeTypeId)

public FieldType Get<FieldType>(
	Field field,
	ForgeTypeId unitTypeId
)

Return Value FieldType

Loading…