SpaceRTS - Starter Pack  1.3
NullPointerCore.Backend Namespace Reference

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...
 

Function Documentation

◆ Conditional()

delegate bool NullPointerCore.Backend.Conditional ( )

Parameterless delegate method that returns a boolean value indication of success.

Returns
A success bool indication.

◆ Conditional< T >()

delegate bool NullPointerCore.Backend.Conditional< T > ( arg)

delegate method with one custom parameter that returns a boolean value indication of success.

Returns
A success bool indication.

◆ Conditional< T0, T1 >()

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.

Returns
A success bool indication.

◆ Conditional< T0, T1, T2 >()

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.

Returns
A success bool indication.

◆ Conditional< T0, T1, T2, T3 >()

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.

Returns
A success bool indication.