Simulation Input More...
Classes | |
class | Buffer |
Buffer for SimulationInputs. More... | |
Public Member Functions | |
void | Clear (int wordCount) |
Clear a total of wordCount words from this input. More... | |
void | CopyFrom (SimulationInput source, int wordCount) |
Copy wordCount words from source to this input. More... | |
Properties | |
int * | Data [get] |
Data for this input. More... | |
SimulationInputHeader * | Header [get] |
Header for this input. More... | |
PlayerRef | Player [get, set] |
Player that owns this input. More... | |
int | Sent [get, set] |
Simulation input sent count. More... | |
Simulation Input
void Clear | ( | int | wordCount | ) |
Clear a total of wordCount words from this input.
wordCount | Word count to clear. |
void CopyFrom | ( | SimulationInput | source, |
int | wordCount | ||
) |
Copy wordCount words from source to this input.
source | Input to copy from. |
wordCount | Word count to copy. |
|
get |
Data for this input.
|
get |
Header for this input.
|
getset |
Player that owns this input.
|
getset |
Simulation input sent count.