QMedia
![]() |
![]() ![]() |
QM_SetCurrentNode(movieRef; nodeID):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
nodeID | Longint | Target node ID |
![]() |
error | Longint | Error result |
Sets the current node of a VR movie.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL. The movie must be currently assigned to a movie plug-in area.
Parameter nodeID is the node ID of the target node.
Example
`Set the current node of VR movie $movie to node ID $nodeID $err:=QM_SetCurrentNode($movie;$nodeID) |
Related commands
QM_GetCurrentNode | Returns the current node of a VR movie. |