MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / functions

Functions896 in github.com/ctomni231/cwtactics

↓ 54 callersMethodaddImage
This function attempts to add an image to the ImageSorter using only a filename, will also search for references. @param filename The location where
src/com/jslix/image/ImgLibrary.java:272
↓ 25 callersMethodplay
This function plays a music clip once from start to finish @param ref The string reference to the music clip
src/com/jslix/sound/MusicLibrary.java:170
↓ 23 callersMethodget
Write in an array to get an Object representing the key java.lang.String For strings java.util.LinkedList For Arrays @param keyList The list of keys t
src/com/jslix/io/JSONLibrary.java:100
↓ 16 callersMethodgetTime
This function gets the current milliseconds of the system @return The milliseconds from 0-999
src/com/jslix/Timer.java:60
↓ 15 callersMethodlength
This function gets the number of elements of the array in ImgLibrary of stored images @return The number of stored images
src/com/jslix/image/ImgLibrary.java:625
↓ 14 callersFunctionassertThat
(errorPool, value)
engine/screentest.js:9
↓ 14 callersFunctionassertThat
(errorPool, value)
cwtdemo/engine/screentest.js:9
↓ 13 callersMethodsize
How many screens are actively displaying to the window @return The number of displayable screens
src/com/jslix/ScreenLibrary.java:154
↓ 12 callersMethodgetFile
This function is used for loading files from the user directory @param filename The path to the file @return A file representing the file name path
src/com/jslix/io/FileFind.java:204
↓ 11 callersMethodgetImage
This function returns a java2D image stored within an ImgLibrary using an String reference @param ref The image reference or filename of the image @r
src/com/jslix/image/ImgLibrary.java:440
↓ 11 callersMethodupdate
(int timePassed)
src/com/jslix/Screen.java:79
↓ 9 callersFunctionfakeKeyDown
(key)
engine/js/input.test.js:5
↓ 9 callersFunctionfakeKeyDown
(key)
engine/bc/input.test.js:5
↓ 9 callersFunctionfakeKeyDown
(key)
new_core/input.test.js:6
↓ 9 callersFunctionfakeKeyDown
(key)
cwtdemo/engine/js/input.test.js:5
↓ 9 callersFunctionfakeKeyDown
(key)
cwtdemo/engine/bc/input.test.js:5
↓ 9 callersMethodtoString
This function writes the information to the console window of one file.
src/com/jslix/io/FileIndex.java:75
↓ 9 callersFunctionupdate
()
engine/js/input.js:158
↓ 9 callersFunctionupdate
()
new_core/input.js:57
↓ 9 callersFunctionupdate
()
cwtdemo/engine/js/input.js:159
↓ 8 callersFunctionassertThat
(errorPool, value)
new_core/test.js:9
↓ 8 callersMethodhandleMouse
This function handles various mouse actions and stores them to actions for Java2D(expandable) @param e The mouse action to handle @param wheelScroll T
src/com/jslix/JSlix.java:362
↓ 8 callersFunctionupdateActionStatus
(keyId, counterStatus)
engine/js/input.js:121
↓ 8 callersFunctionupdateActionStatus
(keyId, counterStatus)
engine/bc/input.js:63
↓ 8 callersFunctionupdateActionStatus
(keyId, counterStatus)
new_core/input.js:37
↓ 8 callersFunctionupdateActionStatus
(keyId, counterStatus)
cwtdemo/engine/js/input.js:122
↓ 8 callersFunctionupdateActionStatus
(keyId, counterStatus)
cwtdemo/engine/bc/input.js:63
↓ 8 callersFunctionvalidMove
(ind, tmpind, opt)
cwtdemo/cwtmapengine.js:1587
↓ 7 callersFunctiondrawDotTemp
(ctx, px=cwtmap.posx, py=cwtmap.posy, strokecolor='red')
cwtdemo/cwtmapengine.js:1793
↓ 7 callersFunctiondrawPolyVerts
(ctx, px, py, fillcolor='white', strokecolor='black')
cwtdemo/cwtmapengine.js:1360
↓ 7 callersFunctionupdate
()
engine/bc/input.js:88
↓ 7 callersFunctionupdate
()
cwtdemo/engine/bc/input.js:88
↓ 6 callersFunctioncanvasImg
(num)
engine/js/jslix.js:1522
↓ 6 callersFunctioncheckIndex
(ind)
cwtdemo/tools/maplib.js:579
↓ 6 callersFunctiondrawPolyVerts
(ctx, px, py, fillcolor='white', strokecolor='black')
cwtdemo/tools/dump/cwtdemohex.js:298
↓ 6 callersFunctiongetImg
(num)
engine/js/jslix.js:623
↓ 6 callersMethodgetIndex
This function returns an image index that matches the reference @param ref The image name or filename of the image @return An integer stating where t
src/com/jslix/image/ImgLibrary.java:615
↓ 6 callersMethodinit
()
src/com/jslix/Screen.java:71
↓ 6 callersMethodisReady
This function tells you if a music clip is currently playing @return Whether a music clip is playing(T) or not(F)
src/com/jslix/sound/JukeBox.java:53
↓ 6 callersMethodrender
(Graphics2D g, Component dthis)
src/com/jslix/Screen.java:87
↓ 5 callersFunctionaddImage
(text)
engine/js/jslix.js:298
↓ 5 callersFunctionaddImage
(text)
new_core/jslix.js:193
↓ 5 callersFunctionaddImage
(text)
cwtdemo/engine/js/jslix.js:198
↓ 5 callersMethodaddTextImage
This function is used to add a textInfo curated text image to the Image Library @param index The index of the image (or negative for a Font) @param st
src/com/jslix/image/ImgLibrary.java:1350
↓ 5 callersFunctioncanvasImg
(num)
new_core/jslix.js:1163
↓ 5 callersFunctioncanvasImg
(num)
cwtdemo/engine/js/jslix.js:1177
↓ 5 callersFunctionclearRange
()
cwtdemo/tools/dump/cwtdemobox.js:551
↓ 5 callersFunctionclearRange
()
cwtdemo/tools/dump/cwtdemohex.js:822
↓ 5 callersMethodcreateImg
This function creates the buffered image to be used with the grid @param sizex The width of the buffered image @param sizey The height of the buffered
src/com/jslix/image/ImgLibrary.java:871
↓ 5 callersFunctioncreateTerrain
(id, px, py, tc)
cwtdemo/cwtmapengine.js:496
↓ 5 callersFunctiongetImg
(num)
new_core/jslix.js:465
↓ 5 callersFunctiongetImg
(num)
cwtdemo/engine/js/jslix.js:470
↓ 5 callersFunctiongetRef
(name)
engine/js/music.js:158
↓ 5 callersFunctiongetRef
(name)
cwtdemo/engine/js/music.js:158
↓ 5 callersMethodinitialize
This function initializes all the variables used in the class @param directory The path to the search directory
src/com/jslix/io/FileFind.java:404
↓ 5 callersFunctionvalidMoveE
(ind, opt)
cwtdemo/cwtmapengine.js:1577
↓ 5 callersFunctionvalidMoveN
(ind, opt)
cwtdemo/cwtmapengine.js:1482
↓ 5 callersFunctionvalidMoveS
(ind, opt)
cwtdemo/cwtmapengine.js:1525
↓ 5 callersFunctionvalidMoveW
(ind, opt)
cwtdemo/cwtmapengine.js:1568
↓ 4 callersFunctionaddSong
(songpath)
engine/js/music.js:35
↓ 4 callersFunctionaddSong
(songpath)
cwtdemo/engine/js/music.js:35
↓ 4 callersFunctionaddTextImage
(index, str, row, limit)
engine/js/jslix.js:178
↓ 4 callersMethodalterKeyPress
This function adds a key if it doesn't exist in the system, or removes a key if it already exists in the system @param type The type of key to add or
src/com/jslix/KeyPress.java:218
↓ 4 callersFunctioncreateList
(numberOfEntries, defaultValueSupplier)
new_core/utils.js:2
↓ 4 callersFunctiongetColor
(key, maindict, dfltcolor='gray')
cwtdemo/cwtmapengine.js:259
↓ 4 callersFunctionisAllMapDataReady
()
cwtdemo/tools/maplibrary.js:169
↓ 4 callersFunctionisAllUnitDataReady
()
cwtdemo/tools/maplibrary.js:266
↓ 4 callersFunctionqueueNext
()
new_core/jslix.js:731
↓ 4 callersFunctionqueueNext
()
cwtdemo/engine/js/jslix.js:745
↓ 4 callersFunctiontoHex
(d)
game/cwbattle.js:862
↓ 4 callersFunctionupdateTween
(tween, looped, delta)
new_core/tween.js:39
↓ 4 callersFunctionvalidMoveE
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:635
↓ 4 callersFunctionvalidMoveNE
(ind, opt)
cwtdemo/cwtmapengine.js:1508
↓ 4 callersFunctionvalidMoveNE
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:511
↓ 4 callersFunctionvalidMoveNW
(ind, opt)
cwtdemo/cwtmapengine.js:1491
↓ 4 callersFunctionvalidMoveNW
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:475
↓ 4 callersFunctionvalidMoveSE
(ind, opt)
cwtdemo/cwtmapengine.js:1551
↓ 4 callersFunctionvalidMoveSE
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:583
↓ 4 callersFunctionvalidMoveSW
(ind, opt)
cwtdemo/cwtmapengine.js:1534
↓ 4 callersFunctionvalidMoveSW
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:547
↓ 4 callersFunctionvalidMoveW
(ind, opt)
cwtdemo/tools/dump/cwtdemohex.js:619
↓ 3 callersFunctionaddLoadEvent
(func)
engine/js/jslix.js:1612
↓ 3 callersMethodaddTextInfo
This adds textual split information for a specific image @param index Which image this refers to @param slicex The number of horizontal slices to giv
src/com/jslix/image/ImgLibrary.java:1266
↓ 3 callersMethodclearAll
Conserves memory by clearing all references from the list
src/com/jslix/KeyPress.java:158
↓ 3 callersFunctionclearUnitMove
()
cwtdemo/tools/dump/cwtdemohex.js:725
↓ 3 callersMethodcopyArray
This function stores the pixel input into the editing grid @param change The pixels to input into the image
src/com/jslix/image/ImgLibrary.java:1173
↓ 3 callersFunctioncreateCard
(ind, type, mod, file, subind, modsub, filesub)
cwtdemo/tools/maplibrary.js:1136
↓ 3 callersFunctioncreateDataCard
(key, ind, mod, tmpkey, modsub, codesub)
cwtdemo/tools/maplib.js:224
↓ 3 callersFunctioncreateDataPack
(key, modadd=[], modsub=[], codeadd=[], codesub=[])
cwtdemo/tools/maplib.js:161
↓ 3 callersFunctioncreateMapCard
(ind, subind, modsub, filesub)
cwtdemo/tools/maplibrary.js:1443
↓ 3 callersFunctioncreateTerrainCard
(ind, modsub, codesub)
cwtdemo/tools/maplibrary.js:1520
↓ 3 callersFunctioncreateTextPack
(key, modadd=[], modsub=[], langadd=[], langsub=[], codeadd=[], codesub=[])
cwtdemo/tools/maplib.js:289
↓ 3 callersFunctioncreateTween
(targets)
new_core/tween.js:1
↓ 3 callersFunctioncreateUnit
(id, px, py, mv)
cwtdemo/tools/dump/cwtdemobox.js:317
↓ 3 callersFunctioncreateUnit
(id, px, py, mv)
cwtdemo/tools/dump/cwtdemohex.js:463
↓ 3 callersFunctionerror
(type)
engine/js/gif.js:304
↓ 3 callersFunctionevalArray
(sym, tmpArr)
cwtdemo/tools/math/cwtmathtoken.js:189
↓ 3 callersMethodexists
This function checks if a file path exists @param path The file path to check @return Whether the file path exists(T) or not(F)
src/com/jslix/io/FileFind.java:65
↓ 3 callersFunctionfinnished
()
engine/js/gif.js:246
↓ 3 callersFunctiongetKeys
(maindict)
cwtdemo/cwtmapengine.js:288
next →1–100 of 896, ranked by callers