Từ Valve Developer Community
Bước tới điều hướng
Bước tới tìm kiếm

Available doc translations
…
Tiếng ViệtThe
Template:Code class/doc/vi 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.
This template (and its redirect) is
Deprecated. Its use is not recommended and its functionality may be compromised.Please use
{{CD}} instead.
You can help our editors by replacing or deleting this template on the
Pages that use this template. Once no more pages use this template, it should be
Marked for deletion.
Usage
Parameters
- {{{1}}} - The code class where the entity is defined.
- {{{2}}} - The file in which the code class is defined.
Ghi chú:A problem with unnamed parameters is that no whitespace is trimmed, so do not enter any extra spaces when using this template. There is no need to enhance this detail.
Examples
{{code class}}
|
→
|
In code, it is represented by the{{{1}}} class, defined in the{{{2}}} file.
|
{{code class|CSprite|Sprite.cpp}}
|
→
|
In code, it is represented by theCSprite class, defined in theSprite.cpp file.
|
See also