Description
|
Switches between pages (main scene views). See also sim.getPage.
|
C/C++ synopsis
|
simInt simSetPage(simInt index) |
C/C++ parameters |
index: index of the page. Valid values are 0-7
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setPage(int index) |
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setPage(int index) |