
Public Member Functions | |
| GenerateRandom3 () | |
| int | Update () |
| GenerateRandom3::GenerateRandom3 | ( | ) | [inline] |
| int GenerateRandom3::Update | ( | ) | [inline, virtual] |
The main update function; The end-developer of the target component must overload this function Though no input / output events are required, this is where such transfer would be done The return value can be anything, though a negative value means a failure and will kill the component
Implements BaseComponent.
1.5.5