User:Brandished/List Test: Difference between revisions
Jump to navigation
Jump to search
Brandished (talk | contribs) mNo edit summary |
Brandished (talk | contribs) mNo edit summary |
||
Line 72: | Line 72: | ||
== Sample Outputs Table | == Sample Outputs Table 2a == | ||
<table> | <table> | ||
Line 78: | Line 78: | ||
<tr> | <tr> | ||
<th>Output Named</th> | <th>Output Named</th> | ||
<td>< | <td>OnCapture</td> | ||
<td>< | <td>OnCapture</td> | ||
</tr> | |||
<tr> | |||
<th>Target Entity</th> | |||
<td>Math_Blue</td> | |||
<td>CapZoneBlue2</td> | |||
</tr> | |||
<tr> | |||
<th>Target Input</th> | |||
<td>Add</td> | |||
<td>Disable</td> | |||
</tr> | |||
<tr> | |||
<th>Parameter</th> | |||
<td>1</td> | |||
<td> - </td> | |||
</tr> | |||
<tr> | |||
<th>Delay</th> | |||
<td>0.00</td> | |||
<td>0.00</td> | |||
</tr> | |||
<tr> | |||
<th>Only Once</th> | |||
<td>No</td> | |||
<td>No</td> | |||
</tr> | |||
</table> | |||
== Sample Outputs Table 2b == | |||
<table border="1" cellpadding="3"> | |||
<tr> | |||
<th>Output Named</th> | |||
<td>OnCapture</td> | |||
<td>OnCapture</td> | |||
</tr> | </tr> | ||
Revision as of 20:57, 15 September 2008
Sample Outputs Table Reference
Sample Outputs Table 1a
Output Named | Target Entity | Target Input | Parameter | Delay | Only Once |
---|---|---|---|---|---|
OnCapture | Math_Blue | Add | 1 | 0.00 | No |
OnCapture | CapZoneBlue2 | Disable | - | 0.00 | No |
Sample Outputs Table 1b
Output Named | Target Entity | Target Input | Parameter | Delay | Only Once |
---|---|---|---|---|---|
OnCapture | Math_Blue | Add | 1 | 0.00 | No |
OnCapture | CapZoneBlue2 | Disable | - | 0.00 | No |
Sample Outputs Table 2a
Output Named | OnCapture | OnCapture |
---|---|---|
Target Entity | Math_Blue | CapZoneBlue2 |
Target Input | Add | Disable |
Parameter | 1 | - |
Delay | 0.00 | 0.00 |
Only Once | No | No |
Sample Outputs Table 2b
Output Named | OnCapture | OnCapture |
---|---|---|
Target Entity | Math_Blue | CapZoneBlue2 |
Target Input | Add | Disable |
Parameter | 1 | - |
Delay | 0.00 | 0.00 |
Only Once | No | No |
Sample Link List 1
- Bruce Eckel's Thinking in C++ 2nd Edition
- C++ for you
- Programmer's Heaven
- CoderSource.net: C++ Programming Tutorials
- The Code Project
- MSDN: Getting Started with Visual C++
- LearnCpp.com
- Xoax.net C++ Video Tutorials
- Learn C++ Programming
- Cprogramming.com
- cplusplus.com
- wikibooks: C++ Programming