ZeWaka

Results 34 issues of ZeWaka

> Returns 1 if this is a numeric value but is an invalid "not a number" (NaN); 0 otherwise https://www.byond.com/docs/ref/#/proc/isnan

Runtime
v515

> Returns the integer part of the number A. That is, this rounds toward 0 to an integer. Note: be sure to test parity with high/weird numbers (not float representable)...

Runtime
v515

> Returns the fractional part of the number A, with the same sign. This is everything after the decimal point. Note: be sure to test parity with high/weird numbers (not...

Runtime
v515

> Returns the ceiling of A (the largest integer greater than or equal to A). https://www.byond.com/docs/ref/#/proc/ceil

Runtime
v515

> the value of x, rounded down to the nearest integer; this is an alias for round(x) with no second argument In my opinion, this could just be done via...

Compiler
v515

> This read-only variable indicates the ID of the server's process on the system running it. The result is a number, unless for some unexpected reason the number won't fit...

Runtime
v515

> Calculate a set of steps from Ref on a path to Trg, taking obstacles into account. The result of the proc is a list of directions that can be...

Runtime
v515

> Can be used to shift the pitch of a sound up or down. This works similarly to frequency except that it doesn't impact playback speed. >The value of this...

Runtime
v515

> This gets a reference count for a value, not including the reference that was placed on the stack while evaluating this proc. > A return value of 0 can...

Runtime
v515

Returns either creation or last-modified time based on the given argument https://www.byond.com/docs/ref/#/proc/ftime

Runtime
v515