Independent Software Solutions 

CONTENTS

  CSM INITIAL OBJECT


Functions

Synopsis

CSM INITIAL OBJECT initial object As Integer

Purpose

This only needs to be called once at program startup.  This sets the initial starting object number that the plugin will use for creating the map geometry when loading maps.  Call this function before using any other plugin function.  The importer will scan for existing objects in memory and create them sequentially from this initial starting identifier.  i.e.  If you called this function with a value of 1000 and there are already objects in memory with identifiers 1000 to 1003, all objects will begin from 1004.

Parameters

initial object

Specifies the initial object starting number for all map geometry when loading one or more maps into memory.

Return value

None

 

(C) Paul S. J. Millard 2006