String Functions: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: clean up, added orphan, stub, deadend tags)
No edit summary
 
Line 1: Line 1:
{{Multiple issues|
{{Dead end|date=January 2024}}
{{Orphan|date=January 2024}}
{{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.
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]]
{{stub}}

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.