# Is User Data Field Modifiable

Grammar — Is field modifiable for userType
FlagsNative | Function

Returns true if the given user data field may be modified through triggers. User types are defined within the Data module.

# Arguments

  • string [ gamelink::User ] — User Type
  • string [ userfield ] — Field

Returns — bool

native bool UserDataFieldIsModifiable(
	string inType,
	string inField,
);

Category: User Data / Basic

# Examples

— None found —