String Functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
SirYodaJedi (talk | contribs) 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

This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by

January 2024
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.