space_ex v0.8.0 SpaceEx.KRPC.Expression
A server side expression.
Link to this section Summary
Functions
Numerical addition
Boolean and operator
An RPC call
A constant value of type double
A constant value of type float
A constant value of type int
A constant value of type string
Numerical division
Equality comparison
Boolean exclusive-or operator
Greater than numerical comparison
Greater than or equal numerical comparison
Bitwise left shift
Less than numerical comparison
Less than or equal numerical comparison
Numerical modulo operator
Numerical multiplication
Boolean negation operator
Inequality comparison
Boolean or operator
Numerical power operator
Bitwise right shift
Numerical subtraction
Convert to a double type
Convert to a float type
Convert to an int type
Link to this section Functions
Numerical addition.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Boolean and operator.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
An RPC call.
call—
Returns: a reference to a SpaceEx.KRPC.Expression object
A constant value of type double.
value—
Returns: a reference to a SpaceEx.KRPC.Expression object
A constant value of type float.
value—
Returns: a reference to a SpaceEx.KRPC.Expression object
A constant value of type int.
value—
Returns: a reference to a SpaceEx.KRPC.Expression object
A constant value of type string.
value—
Returns: a reference to a SpaceEx.KRPC.Expression object
Numerical division.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Equality comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Boolean exclusive-or operator.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Greater than numerical comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Greater than or equal numerical comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Bitwise left shift.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Less than numerical comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Less than or equal numerical comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Numerical modulo operator.
arg0—arg1—
Returns the remainder of arg0 divided by arg1
Returns: a reference to a SpaceEx.KRPC.Expression object
Numerical multiplication.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Boolean negation operator.
arg—
Returns: a reference to a SpaceEx.KRPC.Expression object
Inequality comparison.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Boolean or operator.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Numerical power operator.
arg0—arg1—
Returns arg0 raised to the power of arg1
Returns: a reference to a SpaceEx.KRPC.Expression object
Bitwise right shift.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Numerical subtraction.
arg0—arg1—
Returns: a reference to a SpaceEx.KRPC.Expression object
Convert to a double type.
arg—
Returns: a reference to a SpaceEx.KRPC.Expression object
Convert to a float type.
arg—
Returns: a reference to a SpaceEx.KRPC.Expression object
Convert to an int type.
arg—
Returns: a reference to a SpaceEx.KRPC.Expression object