Field GetTypeString() Method

Returns a string that identifies the type of data stored in a field.

Function Signature

 string GetTypeString()

Parameters

Parameter Type Description

None

Return

Type Description

string

A string that identifies the type of data stored in the field.

Technical Details

SBM ModScript version: 11.3.

Notes

For example, if GetType() returns 106, GetTypeString() returns a string like "State".

Related Topics

Field