Independent Software Solutions 

CONTENTS

  CSM INITIAL IMAGE


Functions

Synopsis

CSM INITIAL IMAGE initial image As Integer

Purpose

This only needs to be called once at program startup.  This sets the initial starting image number that the plugin will use for creating the map textures when loading maps.  Call this function before using any other plugin function.  The importer will scan for existing images 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 images in memory with identifiers 1000 to 1003, all textures will begin from 1004.

Parameters

initial image

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

Return value

None

(C) Paul S. J. Millard 2006