-
Notifications
You must be signed in to change notification settings - Fork 333
e2 docs number
Returns the lowest value Argument (1 ops)
Returns the lowest value Argument (1 ops)
Returns the lowest value Argument (1 ops)
Returns the highest value Argument (1 ops)
Returns the highest value Argument (1 ops)
Returns the highest value Argument (1 ops)
(2 ops)
Returns 1 if given value is a positive infinity or -1 if given value is a negative infinity; otherwise 0. (2 ops)
Returns 1 if given value is not a number (NaN); otherwise 0. (2 ops)
Returns the Magnitude of the Argument (2 ops)
Rounds the Argument up to the nearest Integer (2 ops)
Rounds Argument 1 up to Argument 2's decimal precision (2 ops)
Rounds the Argument down to the nearest Integer (2 ops)
Rounds Argument 1 down to Argument 2's decimal precision (2 ops)
Rounds the Argument to the nearest Integer (2 ops)
Rounds Argument 1 to Argument 2's decimal precision (2 ops)
Returns the Integer part of the Argument (always rounds towards zero) (2 ops)
Returns the Fractional part (decimal places) of the Argument (2 ops)
Modulo, returns the Remainder after Argument 1 has been divided by Argument 2. Note "mod(-1, 3) = -1" (2 ops)
Performs (n1 + n2) % (n2 * 2) - n2 (2 ops)
If Arg1 = Arg3 (max) returns Arg3; otherwise returns Arg1 (2 ops)
Returns 1 if N is in the interval [N2; N3], 0 otherwise. This means it is equivalent to ((N2 <= N) & (N <= N3)) (2 ops)
Returns the sign of argument (-1,0,1) [sign(N) = N / abs(N) ] (2 ops)
Returns a random floating-point number between 0 and 1 [0 <= x < 1 ] (2 ops)
Returns a random floating-point number between 0 and the specified value [0 <= x < a ] (2 ops)
Returns a random floating-point number between the specified interval [a <= x < b ] (2 ops)
Returns a random integer from 1 to the specified value [1 <= x <= a ] (2 ops)
Returns a random integer in the specified interval [a <= x <= b ] (2 ops)
Returns the Square Root of the Argument (2 ops)
Returns the Cube Root of the Argument (2 ops)
Returns the Nth Root of the first Argument (2 ops)
Returns Euler's Constant (2 ops)
Returns e to the power of the Argument (same as e()^N but shorter and faster this way) (2 ops)
Returns the mantissa and exponent of the given floating-point number as a vector2 (X component holds a mantissa, and Y component holds an exponent) (2 ops)
Returns the logarithm to base e of the Argument (2 ops)
Returns the logarithm to base 2 of the Argument (2 ops)
Returns the logarithm to base 10 of the Argument (2 ops)
Returns the logarithm to base Argument 2 of Argument 1 (2 ops)
Returns a huge constant (infinity) (2 ops)
Returns the constant PI (2 ops)
Converts Degree angles to Radian angles (2 ops)
Converts Radian angles to Degree angles (2 ops)
Returns the inverse cosine of the argument, in degrees (2 ops)
Returns the inverse sine of the argument, in degrees (2 ops)
Returns the inverse tangent of the argument, in degrees (2 ops)
Returns the inverse tangent of the arguments (arg1 / arg2), in degrees. This function accounts for positive/negative arguments, and arguments at or close to 0 (2 ops)
Returns the cosine of N degrees (2 ops)
Returns the secant of N degrees (2 ops)
Returns the sine of N degrees (2 ops)
Returns the cosecant of N degrees (2 ops)
Returns the tangent of N degrees (2 ops)
Returns the cotangent of N degrees (2 ops)
Returns the hyperbolic cosine of N degrees (2 ops)
Returns the hyperbolic secant of N degrees (2 ops)
Returns the hyperbolic sine of N degrees (2 ops)
Returns the hyperbolic cosecant of N degrees (2 ops)
Returns the hyperbolic tangent of N degrees (2 ops)
Returns the hyperbolic cotangent of N degrees (2 ops)
Returns the inverse cosine of the argument, in radians (2 ops)
Returns the inverse sine of the argument, in radians (2 ops)
Returns the inverse tangent of the argument, in radians (2 ops)
Returns the inverse tangent of the arguments (arg1 / arg2), in radians. This function accounts for positive/negative arguments, and arguments at or close to 0 (2 ops)
Returns the cosine of N radians (2 ops)
Returns the secant of N radians (2 ops)
Returns the sine of N radians (2 ops)
Returns the cosecant of N radians (2 ops)
Returns the tangent of N radians (2 ops)
Returns the cotangent of N radians (2 ops)
Returns the hyperbolic cosine of N radians (2 ops)
Returns the hyperbolic secant of N radians (2 ops)
Returns the hyperbolic sine of N radians (2 ops)
Returns the hyperbolic cosecant of N radians (2 ops)
Returns the hyperbolic tangent of N radians (2 ops)
Returns the hyperbolic cotangent of N radians (2 ops)
Formats a number as a string. (Numbers may be concatenated into a string without using this function) (15 ops)
Formats a number as a string. (Numbers may be concatenated into a string without using this function) (15 ops)
Formats a number as a string, using argument 2 as the base. i.e. using 16 for base would convert the number to hex (25 ops)
Formats a number as a string, using argument 2 as the base. i.e. using 16 for base would convert the number to hex (25 ops)
Please do not alter the e2 docs ...
pages manually.
They are autogenerated from the E2Helper. In the future, this will hopefully be its own dedicated website or tool.
Basic Features: core, debug, number, selfaware,
string, timer
🌎 World: angle, color, find, ranger, sound,
🔣 Math: bitwise, complex, matrix, quaternion, vector, vector2/4
📦 Entities: bone, constraint, egp, entity, hologram, npc
👨 Players: chat, console, player, weapon
📊 Data storage: array, files, globalvars, serialization, table
💬 Communication: datasignal, http, signal, wirelink,
❓ Informational: gametick, serverinfo, steamidconv, unitconv
Disabled by default: constraintcore, effects, propcore, remoteupload, wiring
Wire-Extras (repo): camera, ftrace, holoanim, light, stcontrol, tracesystem
Expression 2 ⚙️
- Syntax 🔣
- Directives 🎛️
- Editor 🖥️
- Ops 📊
- Learning & Getting Help 📚
- Triggers ⏲️
- Events 🎬
- Find Functions 🔍
- Physics 🚀
- EGP Basics 📈
- Lambdas λ
- Tips & Tricks 📘
Click To Expand
- 🟥 SPU
- 🟥 Address Bus
- 🟥 Extended Bus
- 🟥 Plug/Socket
- 🟥 Port
- 🟥 Transfer Bus
- 🟩 GPU
- 🟥 Dynamic Memory
- 🟥 Flash EEPROM
- 🟥 ROM
- 🟧 Beacon Sensor
- 🟧 Locator
- 🟧 Target Finder
- 🟧 Waypoint
- 🟥 XYZ Beacon
- 🟩 CPU
- 🟩 Expression 2
- 🟩 Gates
- 🟥 PID
- 🟧 CD Disk
- 🟥 CD Ray
- 🟧 DHDD
- 🟥 Keycard
- 🟥 RAM-card
- 🟧 Satellite Dish
- 🟧 Store
- 🟧 Transferer
- 🟥 Wired Wirer
- 🟧 Adv Entity Marker
- 🟧 Damage Detector
- 🟧 Entity Marker
- 🟧 GPS
- 🟧 Gyroscope
- 🟥 HighSpeed Ranger
- 🟧 Laser Pointer Receiver
- 🟥 Microphone
- 🟧 Ranger
- 🟧 Speedometer
- 🟧 Water Sensor
- 🟧 7 Segment Display
- 🟥 Adv. Hud Indicator
- 🟧 Console Screen
- 🟧 Control Panel
- 🟧 Digital Screen
- 🟧 EGP v3
- 🟧 Fix RenderTargets
- 🟥 GPULib Switcher
- 🟧 Hud Indicator
- 🟧 Indicator
- 🟧 Lamp
- 🟧 Light
- 🟧 Oscilloscope
- 🟧 Pixel
- 🟧 Screen
- 🟧 Sound Emitter
- 🟧 Text Screen
- 🟩 Cam Controller
- 🟧 Colorer
- 🟧 FX Emitter
- 🟧 HighSpeed Holoemitter
- 🟧 HoloEmitter
- 🟧 HoloGrid
- 🟥 Interactable Holography Emitter
- 🟥 Materializer
- 🟥 Painter
- 🟧 Adv. Input
- 🟧 Button
- 🟧 Constant Value
- 🟥 Door Controller
- 🟧 Dual Input
- 🟧 Dynamic Button
- 🟧 Eye Pod
- 🟧 Graphics Tablet
- 🟧 Keyboard
- 🟥 Lever
- 🟧 Numpad
- 🟧 Numpad Input
- 🟧 Numpad Output
- 🟧 Plug
- 🟧 Pod Controller
- 🟧 Radio
- 🟧 Relay
- 🟧 Text Receiver
- 🟧 Two-way Radio
- 🟧 Vehicle Controller
- 🟥 Door
- 🟥 Adv. Dupe. Teleporter
- 🟥 Buoyancy
- 🟧 Clutch
- 🟧 Detonator
- 🟧 Explosives
- 🟧 Explosives (Simple)
- 🟥 Forcer
- 🟩 Freezer
- 🟧 Gimbal (Facer)
- 🟧 Grabber
- 🟧 Hoverball
- 🟧 Hoverdrive Controller
- 🟥 Hydraulic
- 🟧 Igniter
- 🟧 Nailer
- 🟩 Prop Spawner
- 🟥 Servo
- 🟥 Simple Servo
- 🟧 Thruster
- 🟥 Touchplate
- 🟥 Trail
- 🟩 Turret
- 🟩 User
- 🟥 Vector Thruster
- 🟥 Vehicle Exit Point
- 🟧 Weight (Adjustable)
- 🟧 Weld/Constraint Latch
- 🟥 Wheel
- 🟥 Wire Magnet
- 🟥 Wired Npc Controller
- 🟧 Debugger
- 🟥 GUI Wiring
- 🟥 Multi Wire
- 🟧 Namer
- 🟥 Simulate Data
- 🟩 Wiring
- 🟥 Beam Reader
- 🟥 Implanter
- 🟥 Reader
- 🟥 Target Filter
- 🟥 User Reader
Gates 🚥
Click To Expand
TBD