Skip to content

Commit

Permalink
Deploying to gh-pages from @ b356dcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hry-gh committed Nov 13, 2024
1 parent 8e15698 commit 4f509e0
Show file tree
Hide file tree
Showing 756 changed files with 755 additions and 755 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<head><title>Not Found - OpenDream DreamMaker Reference</title><link href="https://ref.opendre.am/index.css?h=a4ddb8c8ee690439dd4d" rel=stylesheet><link href=https://ref.opendre.am/favicon.svg rel=icon><body class="flex flex-col justify-center h-[100%]"><script data-cfasync=false>const LOCAL_STORAGE_KEY_THEME=`ref-theme`;const THEME_VALUE_AUTO=`auto`;const THEME_VALUE_DARK=`dark`;const THEME_VALUE_LIGHT=`light`;const THEME_CLASS_DARK=`dark`;const THEME_CLASS_LIGHT=`light`;const setTheme=()=>{const a=localStorage.getItem(LOCAL_STORAGE_KEY_THEME)||THEME_VALUE_AUTO;switch(a){case THEME_VALUE_AUTO:if(window.matchMedia(`(prefers-color-scheme: dark)`).matches){setDocumentTheme(THEME_CLASS_DARK)}else if(window.matchMedia(`(prefers-color-scheme: light)`).matches){setDocumentTheme(THEME_CLASS_LIGHT)};break;case THEME_VALUE_DARK:setDocumentTheme(THEME_CLASS_DARK);break;case THEME_VALUE_LIGHT:setDocumentTheme(THEME_CLASS_LIGHT);break}};const setDocumentTheme=a=>{let g=`https://ref.opendre.am/syntax-light.css`,f=`https://ref.opendre.am/syntax-dark.css`,e=`syntax`;const b=document.documentElement;if(b.classList.contains(THEME_CLASS_DARK))b.classList.replace(THEME_CLASS_DARK,a);else if(b.classList.contains(THEME_CLASS_LIGHT))b.classList.replace(THEME_CLASS_LIGHT,a);else b.classList.add(a);const c=document.getElementById(e);if(c){if(a==THEME_CLASS_DARK)c.href=f;else c.href=g;return};var d=document.createElement(`link`);d.rel=`stylesheet`;d.id=e;if(a==THEME_CLASS_DARK)d.href=f;else d.href=g;document.documentElement.appendChild(d)};setTheme();window.matchMedia(`(prefers-color-scheme: dark)`).addEventListener(`change`,a=>{setTheme()});window.addEventListener(`storage`,a=>{if(a.key==LOCAL_STORAGE_KEY_THEME){setTheme()}})</script><div class="flex flex-row justify-center"><div class="p-5 shadow-lg dark:bg-darkborder bg-[#fff] rounded flex flex-col gap-3"><div class="flex flex-row gap-3"><img src=https://ref.opendre.am/favicon.svg width=24px>Page Not Found</div><div class="flex flex-row justify-center"><a class=rounded href=https://ref.opendre.am/>Return Home</a></div></div></div>
<head><title>Not Found - OpenDream DreamMaker Reference</title><link href="https://ref.opendre.am/index.css?h=a4ddb8c8ee690439dd4d" rel=stylesheet><link href=https://ref.opendre.am/favicon.svg rel=icon><body class="flex flex-col justify-center h-[100%]"><script data-cfasync=false>const LOCAL_STORAGE_KEY_THEME=`ref-theme`;const THEME_VALUE_AUTO=`auto`;const THEME_VALUE_DARK=`dark`;const THEME_VALUE_LIGHT=`light`;const THEME_CLASS_DARK=`dark`;const THEME_CLASS_LIGHT=`light`;const setTheme=()=>{const a=localStorage.getItem(LOCAL_STORAGE_KEY_THEME)||THEME_VALUE_AUTO;switch(a){case THEME_VALUE_AUTO:if(window.matchMedia(`(prefers-color-scheme: dark)`).matches){setDocumentTheme(THEME_CLASS_DARK)}else if(window.matchMedia(`(prefers-color-scheme: light)`).matches){setDocumentTheme(THEME_CLASS_LIGHT)};break;case THEME_VALUE_DARK:setDocumentTheme(THEME_CLASS_DARK);break;case THEME_VALUE_LIGHT:setDocumentTheme(THEME_CLASS_LIGHT);break}};const setDocumentTheme=a=>{let e=`syntax`,f=`https://ref.opendre.am/syntax-dark.css`,g=`https://ref.opendre.am/syntax-light.css`;const b=document.documentElement;if(b.classList.contains(THEME_CLASS_DARK))b.classList.replace(THEME_CLASS_DARK,a);else if(b.classList.contains(THEME_CLASS_LIGHT))b.classList.replace(THEME_CLASS_LIGHT,a);else b.classList.add(a);const c=document.getElementById(e);if(c){if(a==THEME_CLASS_DARK)c.href=f;else c.href=g;return};var d=document.createElement(`link`);d.rel=`stylesheet`;d.id=e;if(a==THEME_CLASS_DARK)d.href=f;else d.href=g;document.documentElement.appendChild(d)};setTheme();window.matchMedia(`(prefers-color-scheme: dark)`).addEventListener(`change`,a=>{setTheme()});window.addEventListener(`storage`,a=>{if(a.key==LOCAL_STORAGE_KEY_THEME){setTheme()}})</script><div class="flex flex-row justify-center"><div class="p-5 shadow-lg dark:bg-darkborder bg-[#fff] rounded flex flex-col gap-3"><div class="flex flex-row gap-3"><img src=https://ref.opendre.am/favicon.svg width=24px>Page Not Found</div><div class="flex flex-row justify-center"><a class=rounded href=https://ref.opendre.am/>Return Home</a></div></div></div>
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/comments/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-addition/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-and/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-division/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-integer-modulo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-left-shift/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-logical-or/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-modulo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-multiplication/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-right-shift/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-subtraction/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assign-xor/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/assignment/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/colon/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/complement/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/conditional-and/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/conditional-or/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/decrement/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/division/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/dot/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/equality/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/equivalence/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/greater-or-equal/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/greater/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/greatergreater/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/greatergreater/input/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/greatergreater/shift/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/in/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/increment/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/indexer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/inequality/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/inequivalence/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/integer-modulo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/lesser-or-equal/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/lesser/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/lessless/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/lessless/output/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/lessless/shift/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/logical-and/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/logical-negation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/logical-or/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/logical-xor/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/modulo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/multiplication/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/nullsafe-colon/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/nullsafe-dot/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/nullsafe-indexer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/power-of/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/subtraction/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/operators/ternary/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/CRASH/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/alert/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/animate/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ascii2text/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/block/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/bounds/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/bounds_dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/browse/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ceil/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ckey/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ckeyEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/clamp/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/cmptext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/cmptextEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/copytext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/eval/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/fcopy/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/fcopy_rsc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/fdel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/fexists/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/file/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/file2text/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/filter/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/findlasttext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/findlasttextEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/findtext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/findtextEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/flick/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/flist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/floor/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/fract/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ftime/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/generator/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_step_away/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_step_rand/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_step_to/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_step_towards/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/get_steps_to/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/gradient/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/hascall/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/hearers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/html_decode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/html_encode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/icon/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/icon_states/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/image/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isarea/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isfile/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isicon/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isinf/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/islist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isloc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ismob/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ismovable/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isnan/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isnull/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isnum/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isobj/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ispath/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/issaved/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/istext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/isturf/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/jointext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/json_decode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/json_encode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/length_char/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/lentext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/link/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/list2params/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/load_resource/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/lowertext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/matrix/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/max/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/md5/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/min/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/missile/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/noise_hash/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/nonspantext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/nonspantext_char/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/num2text/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/obounds/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ohearers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/orange/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/oview/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/oviewers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/params2list/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/rand/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/rand_seed/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/range/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/ref/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/refcount/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/regex/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/replacetext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/replacetextEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/rgb/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/rgb2num/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/roll/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/round/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/run/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/sha1/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/shell/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/shutdown/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/sleep/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/sorttext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/sorttextEx/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/sound/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/spantext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/splicetext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/splittext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/stat/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/statpanel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/step/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/step_away/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/step_rand/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/step_to/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/step_towards/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/text2ascii/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/text2file/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/text2num/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/text2path/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/time2text/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/trimtext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/trunc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/turn/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/typesof/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/uppertext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/url_decode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/url_encode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/view/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/viewers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/walk/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/walk_away/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/walk_rand/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/walk_to/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/walk_towards/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/winclone/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/winexists/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/winget/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/winset/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion language/proc/winshow/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/proc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/var/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/var/layer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/var/luminosity/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/area/var/parent_type/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/implementation_detail/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/proc/Bump/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/proc/Move/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/proc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/animate_movement/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/bound_height/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/bound_width/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/bound_x/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/bound_y/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/bounds/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/glide_size/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/locs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/particles/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/screen_loc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/movable/var/step_size/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Click/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Cross/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Crossed/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/DblClick/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Enter/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Entered/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Exit/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Exited/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseDown/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseDrag/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseDrop/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseEntered/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseExited/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseMove/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseUp/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/MouseWheel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/New/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Stat/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Uncross/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/Uncrossed/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/proc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/alpha/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/appearance/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/appearance_flags/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/blend_mode/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/color/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/contents/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/density/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/desc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/dir/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/filters/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/gender/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/icon/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/icon_state/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/infra_luminosity/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/invisibility/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/layer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/loc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/luminosity/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/maptext/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/maptext_height/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/maptext_width/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/maptext_x/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/maptext_y/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/mouse_drag_pointer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/mouse_drop_pointer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/mouse_opacity/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/mouse_over_pointer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/name/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/opacity/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/overlays/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/parent_type/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/pixel_w/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/pixel_x/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/pixel_y/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/pixel_z/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/plane/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/render_source/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/render_target/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/step_x/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/step_y/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/suffix/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/text/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/transform/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/underlays/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/verbs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/vis_contents/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/vis_flags/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/vis_locs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/x/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/y/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/atom/var/z/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/AllowUpload/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/Center/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/CheckPassport/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/Click/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/Command/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objects/client/proc/DblClick/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4f509e0

Please sign in to comment.