vp_user_attributes_by_name

From Virtual Paradise Wiki
Jump to navigation Jump to search
Method call snippet vp_user_attributes_by_name(instance, name);

Get user attributes by user name. Not implemented.

Parameters

These are the parameters that this method requires:

Parameter Usage
VPInstance
instance
Pointer to the instance this method call is intended for
string
name
Name of user

Returns

VP_RC_NOT_IMPLEMENTED - Not implemented.

Behavior

There is no special behavior for this method

Examples

This method has no usage examples; please add at least one to this page

See also