QMedia VR movie commands

QM_GetNodes

QM_GetNodes(movieRef; nodeIDs):error
movieRef Longint Movie reference
nodeIDs Array longint Node IDs
error Longint Error result

Returns the IDs of all nodes in 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 nodeIDs receives the IDs of all nodes in the movie.

Example

  `Get a list of IDs of all nodes from VR movie $movie
 
ARRAY LONGINT($nodeIDs;0)
 
$err:=QM_GetNodes ($movie;$nodeIDs)
 

Related commands

QM_GetNodeInfo Returns node information.

QMedia © Escape OE
Generated by QDoc 2.8 on Thu, Nov 24, 2011 18:42:08