This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz APIString: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Xalendare (talk | contribs)
No edit summary
Zehra (talk | contribs)
redirect, since we got official docs
Tag: New redirect
 
Line 1: Line 1:
{{BZFS_API_Doc}}
#REDIRECT [[Category:BZFS API Docs]]
 
==Overview==
The bz_ApiString is a text string utility class that is used by the [[BZFS API]] for passing text back to a plug-in from various events and functions. The class contains a number of utility methods commonly used by plug-ins.
 
==Construction==
plug-ins should never create a bz_ApiString, they are only passed back to the plug-in by BZFS.
 
==Assignment==
The standard = operator is provided to assign the value in a string, from other strings, std::strings, and const char pointers.
 
==Boolean Operators==
The standard == and != operators are provided to assign allow testing of bz_ApiStrings with other bz_ApiStrings, std::strings and const char* pointers.

Latest revision as of 16:16, 11 November 2025