L3DT documentation
Large 3D terrain generator

CzVar::CopyValue

Description

Copy the value of another variable.

Function prototype

bool CzVar::CopyValue(ZVAR hVarSrc);

Arguments

Name Type Comment
hVarSrc ZVAR a ZVAR handle to the variable to be copied.

Return value

False if:

  • The source variable is an invalid handle.
  • The source variable is not initialised.
  • The variable type cannot be copied (see below).

True otherwise.

Comments

This function is equivalent to the API function var_CopyValue. Please refer to the documentation of that function for additional information.

 
zeolite/functions/czvar_copyvalue.txt · Last modified: 2017/08/31 07:04 (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