Матеріал з Valve Developer Community
Перейти до навігації
Перейти до пошуку
This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK.

Available doc translations
…
УкраїнськаThe
Template:Outdated sdk/doc/uk documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Usage
This template is used to indicate an article was written for an outdated version of the Source SDK.
Parameters
Parameters
|
Description
|
Example
|
Result
|
No Parameters
|
|
{{Outdated sdk}}
|
This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK.
|
{{{1}}}
|
Specifies the latest version the article was written for.
|
{{Outdated sdk|{{src07|4.1}}}}
|
This page was written for Source 2007 or earlier. It may not be applicable to newer versions of the Source SDK.
|
{{{only}}}
|
When using {{{1}}}, indicates that the article only applies to the specified version.
|
{{Outdated sdk|{{src07|4.1}}|only=1}}
|
This page was written for Source 2007. It may not be applicable to newer versions of the Source SDK.
|
{{{newer-sdk-equivalent}}}
|
Specifies an equivalent article to direct users to.
|
{{Outdated sdk|newer-sdk-equivalent=[[Compiler choices]]}}
|
This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK. For more up-to-date information, see Compiler choices.
|
{{{newer-sdk}}}
|
Specifies a newer SDK for the equivalent article. Requires {{{newer-sdk-equivalent}}}.
|
{{Outdated sdk|newer-sdk={{src13|4.1}}|newer-sdk-equivalent=[[Compiling under VS2022]]}}
|
This page was written for an outdated version of the Source engine. It may not be applicable to newer versions of the Source SDK. If you are using Source 2013, you may be looking for Compiling under VS2022.
|