Izvor: Valve Developer Community
Prijeđi na navigaciju
Prijeđi na pretraživanje

Available doc translations
…
HrvatskiStranica s dokumentacijom
Template:Code class/doc/hr ne postoji.
Umjesto toga bit će prikazana engleska dokumentacija koju možete prevesti pomoću Google Prevoditelja (ili sličnog softvera). Ako nakon ove poruke nema ničega, najvjerojatnije dokumentacija ne postoji niti na engleskom jeziku.
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.
Bilješka: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}}
|
→
|
U kodu je predstavljen klasom{{{1}}} , definiranom u{{{2}}} datoteka.
|
{{code class|CSprite|Sprite.cpp}}
|
→
|
U kodu je predstavljen klasomCSprite , definiranom uSprite.cpp datoteka.
|
See also