mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] adds infinity to vv classes (#8110)
* adds infinity to vv classes (#61302) adds infinity as a vv option * adds infinity to vv classes Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
VV_NEW_TYPE,
|
||||
VV_NEW_LIST,
|
||||
VV_NULL,
|
||||
VV_INFINITY,
|
||||
VV_RESTORE_DEFAULT,
|
||||
VV_TEXT_LOCATE,
|
||||
VV_PROCCALL_RETVAL,
|
||||
@@ -278,3 +279,6 @@
|
||||
if(.["value"] == null)
|
||||
.["class"] = null
|
||||
return
|
||||
|
||||
if(VV_INFINITY)
|
||||
.["value"] = INFINITY
|
||||
|
||||
Reference in New Issue
Block a user