# User Data Field

Grammar — User data field index for userType
FlagsNative | Function

Returns a field for the given user type. User types are defined within the Data module.

# Arguments

  • string [ gamelink::User ] — User Type
  • int — Index

Returns — string [ userfield ]

native string UserDataField(string inType, int inIndex);

Category: User Data / Basic

# Examples

— None found —