L3DT documentation
Large 3D terrain generator

zstr_SetText

Description

Set the value of a string variable.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zstr_SetText(ZVAR hStr, const char* lpText);

Arguments

Name Type Comment
hStr ZVAR A ZVAR handle to a string, the value of which is to be set.
lpText const char* The value to be set, as a C-style string.

Return value

False if an error occurs, and true otherwise.

Comments

zvar_SetValue and strings

zvar_SetValue cannot be used to set the value of a string. Use this function instead.

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