space_ex v0.1.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
—
Boolean and operator.
arg0
—arg1
—
An RPC call.
call
—
A constant value of type double.
value
—
A constant value of type float.
value
—
A constant value of type int.
value
—
A constant value of type string.
value
—
Numerical division.
arg0
—arg1
—
Equality comparison.
arg0
—arg1
—
Boolean exclusive-or operator.
arg0
—arg1
—
Greater than numerical comparison.
arg0
—arg1
—
Greater than or equal numerical comparison.
arg0
—arg1
—
Bitwise left shift.
arg0
—arg1
—
Less than numerical comparison.
arg0
—arg1
—
Less than or equal numerical comparison.
arg0
—arg1
—
Numerical modulo operator.
arg0
—arg1
—
Returns: The remainder of arg0 divided by arg1
Numerical multiplication.
arg0
—arg1
—
Boolean negation operator.
arg
—
Inequality comparison.
arg0
—arg1
—
Boolean or operator.
arg0
—arg1
—
Numerical power operator.
arg0
—arg1
—
Returns: arg0 raised to the power of arg1
Bitwise right shift.
arg0
—arg1
—
Numerical subtraction.
arg0
—arg1
—
Convert to a double type.
arg
—
Convert to a float type.
arg
—
Convert to an int type.
arg
—