Vp user attributes by name: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(Basic layout)
 
(No difference)

Latest revision as of 11:06, 13 December 2016

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