| Table of Contents zvar_RenameDescriptionChanges the name of a variable. Files
 Function prototypebool zvar_Rename(ZVAR hVar, const char* lpNewName); Arguments
 Return valueFalse if: 
 True otherwise. CommentsBe nice!
This function allows you to rename any variable in the shared memory (e.g. those created by zvar_CreateShared), including those created by other plugins. Furthermore, you can re-name important stuff like L3DT's project maps or file formats, which will only result in pain and suffering for all. Hence, plugins should only call  Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |