L3DT documentation
Large 3D terrain generator

menu_InsertItemEx

This function has been deprecated. Please use menu_InsertItem2 instead.

Description

Add an item to the menu in L3DT, which is optionally callable in its own thread.

Function prototype

bool CExtAPI::menu_InsertItemEx(const char* lpFnName, const char* lpOptionName, bool IsThreaded);

Arguments

Name Type Comment
lpFnName const char* A pointer to a C-style string containing the name of the ZeoFunc to be activated by this menu option.
lpOptionName const char* A pointer to a C-style string containing the display name of the menu option.
IsThreaded bool A flag to state whether the function should be called in its own thread (true) or not (false). False is default.

Return value

False if an error occurred, and true otherwise.

Comments

None.

 
zeolite/functions/menu_insertitemex.txt · Last modified: 2017/08/31 05:34 (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