![]() |
SpaceRTS - Starter Pack
1.3
|
Namespaces | |
namespace | Commands |
namespace | JobScheduling |
namespace | Messenger |
namespace | ResourceGathering |
Classes | |
class | Conditionals |
Represents a list of a parameterless conditional methods. More... | |
Functions | |
delegate bool | Conditional () |
Parameterless delegate method that returns a boolean value indication of success. More... | |
delegate bool | Conditional< T > (T arg) |
delegate method with one custom parameter that returns a boolean value indication of success. More... | |
delegate bool | Conditional< T0, T1 > (T0 arg0, T1 arg1) |
delegate method with two custom parameters that returns a boolean value indication of success. More... | |
delegate bool | Conditional< T0, T1, T2 > (T0 arg0, T1 arg1, T2 arg2) |
delegate method with three custom parameters that returns a boolean value indication of success. More... | |
delegate bool | Conditional< T0, T1, T2, T3 > (T0 arg0, T1 arg1, T2 arg2, T3 arg3) |
delegate method with four custom parameters that returns a boolean value indication of success. More... | |
delegate bool NullPointerCore.Backend.Conditional | ( | ) |
Parameterless delegate method that returns a boolean value indication of success.
delegate bool NullPointerCore.Backend.Conditional< T > | ( | T | arg | ) |
delegate method with one custom parameter that returns a boolean value indication of success.
delegate bool NullPointerCore.Backend.Conditional< T0, T1 > | ( | T0 | arg0, |
T1 | arg1 | ||
) |
delegate method with two custom parameters that returns a boolean value indication of success.
delegate bool NullPointerCore.Backend.Conditional< T0, T1, T2 > | ( | T0 | arg0, |
T1 | arg1, | ||
T2 | arg2 | ||
) |
delegate method with three custom parameters that returns a boolean value indication of success.
delegate bool NullPointerCore.Backend.Conditional< T0, T1, T2, T3 > | ( | T0 | arg0, |
T1 | arg1, | ||
T2 | arg2, | ||
T3 | arg3 | ||
) |
delegate method with four custom parameters that returns a boolean value indication of success.