L3DT documentation
Large 3D terrain generator

zproj_CreateMap

Description

Create a new map layer in the application's project, and retrieve the handle.

Files

Declaration zProj.h
Implementation zProj.cpp

Function prototype

ZMAP zproj_CreateMap(const char* lpMapName);

Arguments

Name Type Comment
lpMapName const char* A handle to a C-style string containing the name or mnemonic for the new map layer.

Return value

Null if:

  • The given lpMapName is already in use, or;
  • An unspecified error occurred (check the error log).

Otherwise, and a valid non-null ZMAP handle is returned.

Comments

None.

 
zeolite/functions/zproj_createmap.txt · Last modified: 2017/08/31 06:47 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki