Regular API
function
simSetPage
Description
Switches between pages (main scene views). See also
simGetPage
.
C synopsis
simInt simSetPage(simInt index)
C parameters
index
: index of the page. Valid values are 0-7
C return value
-1 if operation was not successful. In a future release, a more differentiated return value might be available
Lua synopsis
number result=simSetPage(number index)
Lua parameters
Same as C-function
Lua return values
Same as C-function
All regular API functions on one page