# Type Of User Data Field

Grammar — Type of field for userType
FlagsNative | Function

Returns the value type associated with the given user data field. User types are defined within the Data module.

# Arguments

  • string<gamelink::User> — User Type
  • string<userfield> — Field

Returns — int<preset::UserDataType>

native int UserDataFieldType(
	string inType,
	string inField,
);

Category: User Data / Basic

# Examples

— None found —