int tvGetInteger (tvBase const *threeD, tvVariable var)

Gets the value of an integer state variable of the given tvBase struct

Documentation

Gets the value of an integer state variable of the given tvBase struct. Variables that may be queried are:
TV_DIS_SITE_ID                ??purpose???
TV_DIS_FORCE_ID               ??purpose???
TV_DIS_ENTITY_ID              ??purpose???
TV_DOTGEO_PAUSE               ms delay between .geo requests
TV_POPPING_STRATEGY           An enum-value of type VisiblePoppingStrategy
Returns:
value of "var", or FALSE (0) upon failure.
Parameters:
threeD - handle to rendering state
var - state variable to be retreived
See Also:
tvVariable, VisiblePoppingStrategy


Back to TerraVision API Home Page