Killswitch/Sandbox – User
< Killswitch
Category: Sandbox
Killswitch (talk | contribs) m (First step into my sandbox) |
Killswitch (talk | contribs) mNo edit summary |
||
| Line 19: | Line 19: | ||
}; | }; | ||
};</pre> | };</pre> | ||
(A "pre environment" will result in tabs being rendered properly. This is useful for presenting properly indented code.) | |||
[[Category:Sandbox]] | [[Category:Sandbox]] | ||
Revision as of 15:38, 4 March 2007
Title
Regular paragraph of text. Talk talk blah blah.
Subtitle
Subsection text.
Sub-subtitle
Even more text.
A config.cpp snippet inside a <pre> environment:
class CfgPatches
{
class Something
{
units[] = {};
weapons[] = {};
requiredAddons[] = {};
requiredVersion=1.00;
};
};
(A "pre environment" will result in tabs being rendered properly. This is useful for presenting properly indented code.)