Vp create: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(Fixed return values.)
Line 31: Line 31:
* [[vp_destroy]]
* [[vp_destroy]]
* [[vp_login]]
* [[vp_login]]
[[Category: SDK]]

Revision as of 20:13, 29 July 2012

<C>VPInstance vp_create(void)</C>

Description

Creates a new VP SDK instance.

Callback

None

Notes

None

Arguments

None

Argument attributes

None

Return values

VPInstance
The newly created instance.
NULL
There was an error creating the instance.

Returned attributes

None

Example

<C>VPInstance instance; instance = vp_create();</C>

See also