Vp int: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(Basic layout)
 
mNo edit summary
Line 1: Line 1:
{{sdk method page|int|Retrieve the value of an integer attribute.
{{sdk method page|int|Return the value of an integer attribute.
|paramex=attr
|paramex=attr
|parameters=
|parameters=

Revision as of 18:34, 12 December 2016

Method call snippet vp_int(instance, attr);

Return the value of an integer attribute.

Parameters

These are the parameters that this method requires:

Parameter Usage
VPInstance
instance
Pointer to the instance this method call is intended for
vp_int_attribute_t
attr
Attribute to return value of

Returns

integer

Behavior

There is no special behavior for this method

Caveats

If an invalid value is passed for attr, then 0 will be returned.

Examples

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

See also