User:Maven/sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


<pre>
<pre>
{{availability|[[HL2]], [[HL2DM]]}}
{{availability}} {{game|HL2}}, {{game|HL2DM}}
{{in fgd|halflife2.fgd}}
{{in fgd}} {{fgd|HL2}}
{{incode|class=CNPC_Crow|file=npc_crow.cpp}}
</pre>
 
<pre>
{{availability}} {{game HL2}}, {{game HL2DM}}
{{in fgd}} {{fgd HL2}}
{{incode|class=CNPC_Crow|file=npc_crow.cpp}}
</pre>
 
==Availability==
This point-based entity is available in: [[HL2]], [[HL2DM]].
 
It is present in: <code>halflife2.fgd</code>.
 
It is missing from: <code>fictionalfgd.fgd</code>. See {{not in fgd}} for details.
 
In code it is <code>CNPC_Crow</code>, defined in <code>npc_crow.cpp</code>.
 
<pre>
{{availability}}
[[HL2]], [[HL2DM]]
{{in fgd|halflife2.fgd}}
{{missing from fgd|fictionalfgd.fgd}}
{{incode|class=CNPC_Crow|file=npc_crow.cpp}}
{{incode|class=CNPC_Crow|file=npc_crow.cpp}}
</pre>
</pre>

Revision as of 10:44, 6 October 2005

Look! wisemx gave me a shovel and a pail! Now I have a shovel and a pail! And some sand!

This is my personal sandbox area.


Availability

This point-based entity is available in: HL2, HL2DM.

It is present in: halflife2.fgd.

In code it is CNPC_Crow, defined in npc_crow.cpp.

{{availability}} {{game|HL2}}, {{game|HL2DM}}
{{in fgd}} {{fgd|HL2}}
{{incode|class=CNPC_Crow|file=npc_crow.cpp}}