Simulation Input.
More...
|
| void | Clear (int wordCount) |
| | Clear a total of wordCount words from this input.
|
| void | CopyFrom (SimulationInput source, int wordCount) |
| | Copy wordCount words from source to this input.
|
|
|
int * | Data [get] |
| | Data for this input.
|
|
ref SimulationInputHeader | Header [get] |
| | Header for this input.
|
|
PlayerRef | Player [get, set] |
| | Player that owns this input.
|
|
int | Sent [get, set] |
| | Simulation input sent count.
|
◆ Clear()
| void Clear |
( |
int | wordCount | ) |
|
Clear a total of wordCount words from this input.
- Parameters
-
| wordCount | Word count to clear. |
◆ CopyFrom()
Copy wordCount words from source to this input.
- Parameters
-
| source | Input to copy from. |
| wordCount | Word count to copy. |