num_paths

The current number of paths in the level.

Type:

var, read-only

Range:

0 .. max_paths
 

max_paths

The maximum number of paths that can be created in the level; 100*max_paths gives the maximum total number of nodes and edges.

Type:

var

Range:

1 .. 999999 (default: 100)

Example:

int i;
for(i = num_paths; i < max_paths; i++)
  path_create(me,4,4);

See also:

num_entities, path_create, path_next

► latest version online