String Functions: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
In the Source SDK's August '06 update, the string functions' prefix has been changed from <code>Q_</code> to <code>V_</code> (i.e. <code>V_strcpy</code>). Backwards compatibility is still available, but it is advised to use the new prefix.
{{Orphan|date=January 2024}}
{{stub}}
 
In the Source SDK's August '06 update, the [[string]] functions' prefix has been changed from <code>Q_</code> to <code>V_</code> (i.e. <code>V_strcpy</code>). Backwards compatibility is still available, but it is advised to use the new prefix.
 
[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 13:28, 6 May 2025

Stub

This article or section is a stub. You can help by expanding it.

In the Source SDK's August '06 update, the string functions' prefix has been changed from Q_ to V_ (i.e. V_strcpy). Backwards compatibility is still available, but it is advised to use the new prefix.