We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BYOND 516 mostly just upgrades the browser elements to Webview2, but also adds a few new features:
/vector
screen_loc
SCREEEN_SOUTHWEST
SCREEN_NORTHEAST
sound.atom
sound.transform
icon_w
icon_z
values_sum
values_product
values_
lerp()
sign()
/callee
operator<=>
alist
dict
#pragma syntax C
for(k,v in list)
load_ext()
astype()
animate()
/pixloc
pos + (step_x, step_y)
/atom.pixloc
filter()
The ~= and ~! operators now take associated values into account when checking associative lists
~=
~!
Byond_CRASH()
.sound
SIDE_MAP
ISOMETRIC_MAP
The text was updated successfully, but these errors were encountered:
/sound
/atom
No branches or pull requests
BYOND 516 mostly just upgrades the browser elements to Webview2, but also adds a few new features:
/vector
(Initial vector implementation #2221)/vector
procs/vector
math operators/vector
for-loopsscreen_loc
keywords:SCREEEN_SOUTHWEST
,SCREEN_NORTHEAST
, etcsound.atom
andsound.transform
for moving soundsicon_w
andicon_z
values_sum
,values_product
, etc. (Implement 516values_
procs #2213)lerp()
sign()
(Implementsign()
#2207 )/callee
in error handlingoperator<=>
asslistalist
- it's a dictionary. Why isn't it calleddict
? Nobody knows.#pragma syntax C
?????for(k,v in list)
syntaxload_ext()
astype()
(Implementastype()
#2211)animate()
now supports a tag argument for named animation sequences/pixloc
- seems to just be wrapper forpos + (step_x, step_y)
/atom.pixloc
filter()
now supports naming of filters and named filter lookupThe ~= and ~! operators now take associated values into account when checking associative lists
(Implement 516 behavior for~=
and~!
#2212)Byond_CRASH()
.sound
client-side commandSIDE_MAP
andISOMETRIC_MAP
have had changes to their positioning behaviorThe text was updated successfully, but these errors were encountered: