Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrAntares/roBrowserLegacy
/ functions
Functions
3,921 in github.com/MrAntares/roBrowserLegacy
⨍
Functions
3,921
◇
Types & classes
288
↓ 6 callers
Function
hb
(a, b, c, mustReturnUint8Array)
src/Vendors/wasmoon-lua5.1.js:1470
↓ 6 callers
Method
isFriend
* Check if a player is already a friend * * @param {string} player name * @return {boolean} is friend
src/Engine/MapEngine/Friends.js:103
↓ 6 callers
Function
isUndefined
(arg)
src/Vendors/wasmoon-lua5.1.js:706
↓ 6 callers
Method
load
* Load and parse a TGA file * * @param {Uint8Array} data - TGA file buffer array
src/Loaders/Targa.js:70
↓ 6 callers
Method
load
* Load a file * * @param {string} filename * @param {function} callback * @return {string|object}
src/Core/FileManager.js:382
↓ 6 callers
Function
loadLuaTable
(file_list, table_name, callback, onEnd, contextFunc)
src/DB/DBManager.js:6923
↓ 6 callers
Function
mapToScreenBound
(x, y)
src/UI/Components/Navigation/Navigation.js:795
↓ 6 callers
Function
moveCursorTo
* Move cursor, update window value * * @param {number} index
src/UI/Components/CharSelect/CharSelectV4/CharSelectV4.js:577
↓ 6 callers
Function
onRemoveItem
* Handles clearance of variables and UI components when changing Item
src/UI/Components/EnchantGrade/EnchantGrade.js:781
↓ 6 callers
Method
onRequestLeave
* Ask to leave a party (/leave)
src/Engine/MapEngine/Group.js:141
↓ 6 callers
Method
parseItemLink
(itemLink)
src/DB/DBManager.js:3634
↓ 6 callers
Function
prettyZeny
* Prettify zeny : 1000000 -> 1,000,000 * * @param {number} zeny * @param {boolean} use color * @return {string}
src/UI/Components/NpcStore/NpcStore.js:632
↓ 6 callers
Method
readAsArrayBuffer
(blob)
tests/loaders/GameFile.test.js:4
↓ 6 callers
Function
readLuaTable
src/DB/DBManager.js:7231
↓ 6 callers
Method
reload
* Reload the game
src/Engine/GameEngine.js:168
↓ 6 callers
Method
resize
* Resizing window
src/Renderer/Renderer.js:275
↓ 6 callers
Method
setImage
* Set an image as background * * @param {string|Array<string>} filename * @param {function} callback once the image is loaded (optional)
src/UI/Background.js:119
↓ 6 callers
Function
start
()
src/Vendors/html2canvas.js:2231
↓ 6 callers
Method
stop
* Stop rendering
src/Renderer/Renderer.js:449
↓ 6 callers
Function
uint32ToRGB
(color)
src/Utils/colors.js:7
↓ 6 callers
Method
unbind
* Unbind 3D Context * * @param {object} gl context
src/Renderer/SpriteRenderer.js:510
↓ 6 callers
Function
validateNumber
(value, name)
applications/tools/encode/text-encoding-simple.js:1700
↓ 6 callers
Function
validateNumber
(value, name)
src/Vendors/iconv-lite.js:1638
↓ 5 callers
Function
Aa
src/Vendors/wasmoon-lua5.1.js:1463
↓ 5 callers
Function
N
src/Vendors/wasmoon-lua5.1.js:1463
↓ 5 callers
Function
Qb
(a, b)
src/Vendors/wasmoon-lua5.1.js:1655
↓ 5 callers
Function
_escapeHTML
* Helper: escape HTML entities
src/UI/Components/PartyFriends/PartyFriendsV1/PartyFriendsV1.js:102
↓ 5 callers
Function
addItem
(content, item, isinput)
src/UI/Components/Vending/Vending.js:395
↓ 5 callers
Method
assertOk
(result)
src/Vendors/wasmoon-lua5.1.js:1243
↓ 5 callers
Function
boundsError
(value, length, type)
applications/tools/encode/text-encoding-simple.js:1705
↓ 5 callers
Function
boundsError
(value, length, type)
src/Vendors/iconv-lite.js:1643
↓ 5 callers
Function
cacheEffectDuration
(effectId)
src/UI/Components/Enchant/Enchant.js:644
↓ 5 callers
Function
create
* Jumping to Character creation window
src/UI/Components/CharSelect/CharSelectV3/CharSelectV3.js:442
↓ 5 callers
Function
createGrid
(width, height, fillType)
tests/util/PathFinding.test.js:11
↓ 5 callers
Function
extractChatMessage
* Extract plain chat text from the contenteditable input while preserving item links.
src/UI/Components/ChatBox/ChatBox.js:1203
↓ 5 callers
Function
filterByGroup
* Filters the reputation entries based on the given group ID * @param {string} groupId
src/UI/Components/Reputation/Reputation.js:384
↓ 5 callers
Method
free
* Hide aura
src/Renderer/Entity/EntityAura.js:113
↓ 5 callers
Method
free
* Delete events from memory
src/Core/Events.js:100
↓ 5 callers
Function
getBaseSlotCount
(item)
src/UI/Components/Enchant/Enchant.js:160
↓ 5 callers
Method
getDataURL
* Return a dataURI of the TGA file * * @param {string} type - Optional image content-type to output (default: image/png) * @returns {string}
src/Loaders/Targa.js:290
↓ 5 callers
Method
getFiles
* Get files from Game Data files * * @param {string[]} filenames * @param {function} callback once loaded
src/Core/Client.js:84
↓ 5 callers
Function
getItemIndexById
* Get item index in list base on it's ID * * @param {number} item id
src/UI/Components/MakeItemSelection/ItemListWindowSelection.js:449
↓ 5 callers
Function
getItemIndexById
* Get item index in list base on it's ID * * @param {number} item id
src/UI/Components/MakeItemSelection/ItemConvertSelection/ConvertItems.js:433
↓ 5 callers
Function
getItemIndexById
(index)
src/UI/Components/Storage/StorageV0/Storage.js:420
↓ 5 callers
Function
getItemIndexById
(index)
src/UI/Components/Storage/StorageV3/Storage.js:529
↓ 5 callers
Method
getQuestInfo
* Get Quest Info by ID * * @param {integer} questID (quest id) * * @author alisonrag
src/DB/DBManager.js:3146
↓ 5 callers
Method
getRef
(index)
src/Vendors/wasmoon-lua5.1.js:2034
↓ 5 callers
Function
getSkillById
(id)
src/UI/Components/SkillList/SkillListV0/SkillListV0.js:791
↓ 5 callers
Function
getSlotValue
(item, slotNum)
src/UI/Components/Enchant/Enchant.js:143
↓ 5 callers
Function
heuristic
(x1, y1, x2, y2)
src/UI/Components/Navigation/PathFindingWorker.js:35
↓ 5 callers
Function
hex
(x)
src/Vendors/spark-md5.min.js:1
↓ 5 callers
Function
hideClass
src/UI/Components/PartyFriends/PartyFriendsV1/PartyFriendsV1.js:1308
↓ 5 callers
Method
index
(funcPointer)
src/Vendors/wasmoon-lua5.1.js:145
↓ 5 callers
Method
isShield
* is shield checking * * @param {integer} id * @return {boolean} is shield? * * @author MrUnzO
src/DB/DBManager.js:1457
↓ 5 callers
Function
jb
src/Vendors/wasmoon-lua5.1.js:1482
↓ 5 callers
Function
loadItemIcon
(target, itemId, isIdentified)
src/UI/Components/Enchant/Enchant.js:738
↓ 5 callers
Method
lua_pop
(L, n)
src/Vendors/wasmoon-lua5.1.js:1952
↓ 5 callers
Function
m
(t, B, k, w, v)
src/Vendors/wasmoon-lua5.1.js:1634
↓ 5 callers
Function
oa
src/Vendors/wasmoon-lua5.1.js:1456
↓ 5 callers
Method
onFocusEnd
* Lost focus on entity
src/Controls/EntityControl.js:365
↓ 5 callers
Function
onHideContRefineButtons
* Handles hiding all buttons used in Continous Refine
src/UI/Components/Refine/Refine.js:1389
↓ 5 callers
Function
onRemoveItem
* Handles clearance of variables and UI components when changing Item
src/UI/Components/Refine/Refine.js:934
↓ 5 callers
Function
onResize
* Resizing window * * @param {Element} ui element
src/UI/Components/NpcStore/NpcStore.js:853
↓ 5 callers
Method
play
* Play a sound attached to an entity * * @param {string} sound name * @param {number} action id * @param {number} animation id
src/Renderer/Entity/EntitySound.js:33
↓ 5 callers
Method
position
()
src/UI/GUIComponent.js:1175
↓ 5 callers
Function
qa
src/UI/Components/Intro/Preferences.js:37
↓ 5 callers
Function
readSubBlocks
()
src/Vendors/libgif.js:209
↓ 5 callers
Method
remove
* Remove an effect * * @param {effect} * @param {mixed} effect owner ID
src/Renderer/EffectManager.js:1185
↓ 5 callers
Method
renderAll
(gl, modelView, projection, fog, tick)
src/Renderer/Effects/SnowWeather.js:166
↓ 5 callers
Function
resize
* Resize the content * * @param {Element} content * @param {number} height
src/UI/Components/NpcStore/NpcStore.js:843
↓ 5 callers
Function
resolve
()
src/Vendors/jquery-1.9.1.js:2012
↓ 5 callers
Function
setClickLock
()
src/UI/Components/JoystickUI/JoystickButtonInput.js:21
↓ 5 callers
Method
setPercent
* Adding progress bar to background * * @param {number} percent
src/UI/Background.js:280
↓ 5 callers
Method
setmsg
(homId, str)
src/Core/AIDriver.js:27
↓ 5 callers
Function
threadRedirect
(type)
src/UI/Components/GrfViewer/GrfViewer.js:999
↓ 5 callers
Function
toPX
( attribute, val )
src/Vendors/html2canvas.js:78
↓ 5 callers
Function
trigger
* Trigger an event * * @param {string} eventname * @param {mixed...}
src/Core/FileSystem.js:235
↓ 5 callers
Function
tryLoadLuaAliases
* Attempt to load files sequentially (Recursive - Fallback). * Stop immediately on the first success. * * @param {Function} loaderFunc * @para
src/DB/DBManager.js:5000
↓ 5 callers
Function
updateCharacter
* Update character hairstyle and haircolor * * @param {string} type (head or headpalette) * @param {number} increment (-1 or +1)
src/UI/Components/CharCreate/CharCreatev4/CharCreatev4.js:458
↓ 5 callers
Function
updateSelection
()
src/UI/Components/JoystickUI/JoystickSelectionUI.js:116
↓ 5 callers
Function
updateWarlockSpheres
(entity)
src/Engine/MapEngine/Entity.js:2324
↓ 5 callers
Function
withProgress
(fn, draw)
src/Vendors/libgif.js:829
↓ 4 callers
Function
Eb
(a)
src/Vendors/wasmoon-lua5.1.js:1565
↓ 4 callers
Function
Hb
(a, b, c)
src/Vendors/wasmoon-lua5.1.js:1566
↓ 4 callers
Function
Lb
(a, b, c)
src/Vendors/wasmoon-lua5.1.js:1568
↓ 4 callers
Function
Ma
(a)
src/Vendors/wasmoon-lua5.1.js:1455
↓ 4 callers
Function
Sizzle
( selector, context, results, seed )
src/Vendors/jquery-1.9.1.js:3891
↓ 4 callers
Function
Triple
()
src/Loaders/GrannyModel.js:574
↓ 4 callers
Function
_createButton
* Create a button with data-attributes for parseHTML to process * @param {string} name - button name (ex: 'ok', 'cancel') * @param {function} onCl
src/UI/UIManager.js:36
↓ 4 callers
Function
_escapeHTML
(text)
src/UI/Components/SkillList/SkillList/SkillList.js:27
↓ 4 callers
Function
_makeDraggable
* Make a sub-window element draggable by its handle
src/UI/Components/NpcStore/NpcStore.js:103
↓ 4 callers
Function
_root
* Helper: query inside shadow root
src/UI/Components/Rodex/ReadRodex.js:42
↓ 4 callers
Function
add
( key, value )
src/Vendors/jquery-1.9.1.js:7338
↓ 4 callers
Method
add
* Add Damage to the scene * * @param {number} damage * @param {Entity} entity to receive the damage * @param {number} tick * @param {nu
src/Renderer/Effects/Damage.js:265
↓ 4 callers
Function
add32
(a,b)
src/Vendors/spark-md5.min.js:1
↓ 4 callers
Function
addFiles
* Add files to the list and update UI
src/UI/Components/Intro/Intro.js:408
↓ 4 callers
Method
afterRender
(gl)
src/Renderer/Effects/Tiles.js:116
↓ 4 callers
Function
answer
(result)
src/Engine/MapEngine/Guild.js:787
↓ 4 callers
Function
bitsToNum
(ba)
src/Vendors/libgif.js:71
↓ 4 callers
Function
blitBuffer
(src, dst, offset, length)
applications/tools/encode/text-encoding-simple.js:1801
← previous
next →
301–400 of 3,921, ranked by callers