vp_user_data

From Virtual Paradise Wiki
Revision as of 22:07, 13 December 2016 by Sleepy E (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Method call snippet vp_user_data(instance);

Retrieve the pointer to user-defined data for this instance.

Parameters

These are the parameters that this method requires:

Parameter Usage
VPInstance
instance
Pointer to the instance this method call is intended for

 

Returns

Pointer to user-defined data.

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