int tvSetIntegerv (tvBase *threeD, tvVariable var, int *val)

Sets elements of an integer vector state variable in the given tvBase struct

Documentation

Sets elements of an integer vector state variable in the given tvBase struct. Variables that may be affected are:
TV_CROSSHAIR           crosshair position (x, y)
TV_VISIBLE_CYCLE       purpose???? (2 ints)
TV_DIS_ID              purpose???? (siteid, forceid, entityid)
TV_SIZE                resize the render viewport (width, height)
Returns:
number of array entities set.
Parameters:
threeD - handle to rendering state
var - state variable to be set
val - integer vector of (at least) same order as "var", containing new values for the specified vector.
See Also:
tvVariable


Back to TerraVision API Home Page