String Functions: Difference between revisions
Jump to navigation
Jump to search
Thunder4ik (talk | contribs) |
SirYodaJedi (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{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]] | ||
Latest revision as of 12: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.