Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctomni231/cwtactics
/ functions
Functions
896 in github.com/ctomni231/cwtactics
⨍
Functions
896
◇
Types & classes
21
Method
isReady
This function tells you when all music has finished playing using the stop() command. @return Whether all music has completed(T) or not(F)
src/com/jslix/sound/MusicLibrary.java:153
Function
isRefReady
(url)
engine/js/ajax.js:61
Function
isSongOn
()
engine/js/music.js:53
Function
isSongOn
()
cwtdemo/engine/js/music.js:53
Function
isSoundPlaying
()
engine/js/music.js:218
Function
isSoundPlaying
()
cwtdemo/engine/js/music.js:218
Function
iterateMatrix
(width, height, handler)
engine/bc/utils.js:24
Function
iterateMatrix
(width, height, handler)
cwtdemo/engine/bc/utils.js:24
Method
keyPressed
(KeyEvent e)
src/com/jslix/JSlix.java:419
Method
keyReleased
(KeyEvent e)
src/com/jslix/JSlix.java:423
Method
keyTyped
(KeyEvent e)
src/com/jslix/JSlix.java:415
Method
lastKeyAction
Holds the last Key action registered by the user @return The last key registered
src/com/jslix/KeyPress.java:87
Method
lastMouseAction
Holds the last mouse action registered by the user @return The last mouse click registered
src/com/jslix/KeyPress.java:95
Function
length
()
engine/js/jslix.js:670
Function
loadGif
(filename)
engine/js/gif.js:319
Function
loadMap
()
cwtdemo/tools/dump/dump.js:7
Function
loadSong
(song)
engine/js/music.js:87
Function
loadSong
(song)
cwtdemo/engine/js/music.js:87
Method
loopClip
This repeats the music clip forever until the stop command @param filename The file path of the music clip
src/com/jslix/sound/JukeBox.java:38
Function
loopMusic
(songpath)
engine/js/music.js:199
Function
loopMusic
(songpath)
cwtdemo/engine/js/music.js:199
Function
loopSong
(song)
engine/js/music.js:112
Function
loopSong
(song)
cwtdemo/engine/js/music.js:112
Function
loopSound
(soundpath)
engine/js/music.js:264
Function
loopSound
(soundpath)
cwtdemo/engine/js/music.js:264
Method
main
This class allows you to create Java2D or Slick2D frames from a list of screens contained in a SlixGame extended class. The Slick2D frame requires nat
src/com/jslix/JSlix.java:32
Method
main
(String[] argv)
src/com/cwt/CWTactics.java:21
Method
main
(String args[])
src/com/cwt/CWTacticsOld.java:27
Method
makeDirectories
This function is used for making a group of directories for the user @param path The path to the creation directory
src/com/jslix/io/FileFind.java:368
Method
makeDirectory
This function is used to create a directory for the user @param folder The path to the creation directory @param hide Whether this directory is hidden
src/com/jslix/io/FileFind.java:345
Method
mouseClicked
(MouseEvent e)
src/com/jslix/JSlix.java:427
Method
mouseDragged
(MouseEvent e)
src/com/jslix/JSlix.java:447
Method
mouseEntered
(MouseEvent e)
src/com/jslix/JSlix.java:439
Method
mouseExited
(MouseEvent e)
src/com/jslix/JSlix.java:443
Method
mouseFocused
Gets whether the last user action was a mouse action @return Whether the last action by the user was a mouse action
src/com/jslix/KeyPress.java:57
Method
mouseMoved
(MouseEvent e)
src/com/jslix/JSlix.java:451
Method
mousePressed
(MouseEvent e)
src/com/jslix/JSlix.java:431
Method
mouseReleased
(MouseEvent e)
src/com/jslix/JSlix.java:435
Method
mouseWheelMoved
(MouseWheelEvent e)
src/com/jslix/JSlix.java:455
Function
numberOrBoundary
(leftBoundary, rightBoundary, number)
engine/bc/utils.js:32
Function
numberOrBoundary
(leftBoundary, rightBoundary, number)
cwtdemo/engine/bc/utils.js:32
Method
outSourceImage
This function will save an image onto the computer that matches the data within the PixtureMap. @param prefix The picture name of the object @param su
src/com/jslix/image/ImgLibrary.java:1126
Method
outputAllFromRaw
Used for printing out all data from stored JSON. Human readable @param filename The JSON file path and name
src/com/jslix/io/JSONLibrary.java:213
Function
packTerrainText
()
cwtdemo/tools/maplibrary.js:1587
Method
paintComponent
This function handles drawing screens to the frame @param g Graphics object binded to this function
src/com/jslix/JSlix.java:389
Method
paintComponent
(Graphics g)
src/com/cwt/CWTacticsOld.java:67
Function
parseBlock
()
engine/js/gif.js:284
Function
pause
()
engine/js/gif.js:340
Function
placeCropImg
(ctx, img, dlx, dly, slx, sly)
engine/js/jslix.js:704
Method
placeCropImg
This function is used for placing one shifted image on the destination screen. Used for making a picture that will slide out of view, or could also be
src/com/jslix/image/ImgLibrary.java:705
Function
placeImg
(ctx, img, dlx, dly)
engine/js/jslix.js:679
Method
placeImg
This function places an image on a destination screen. Used primarily for drawing items to the screen quickly. @param g The Java2D Graphics Object @pa
src/com/jslix/image/ImgLibrary.java:665
Function
play
()
engine/js/gif.js:333
Method
playClip
This plays a music clip from start to finish in the Jukebox @param filename The file path of the music clip
src/com/jslix/sound/JukeBox.java:30
Function
playSong
(song)
engine/js/music.js:63
Function
playSong
(song)
cwtdemo/engine/js/music.js:63
Function
playSound
(soundpath)
engine/js/music.js:232
Function
playSound
(soundpath)
cwtdemo/engine/js/music.js:232
Method
playbackFinished
This function tells you when the play back ended @param pe The play back event
src/com/jslix/sound/MusicListener.java:35
Method
playbackStarted
This function tells you when the play back started @param pe The play back event
src/com/jslix/sound/MusicListener.java:25
Function
processClick
(event)
engine/js/input.js:55
Function
processClick
(event)
cwtdemo/engine/js/input.js:56
Function
processKeyDown
(event)
engine/js/input.js:40
Function
processKeyDown
(event)
cwtdemo/engine/js/input.js:41
Function
processKeyUp
(event)
engine/js/input.js:76
Function
processKeyUp
(event)
cwtdemo/engine/js/input.js:77
Function
processMouseUp
(event)
engine/js/input.js:92
Function
processMouseUp
(event)
cwtdemo/engine/js/input.js:93
Function
quickRequest
(reqType, url, urlFrag, asynch)
engine/js/ajax.js:184
Method
quit
Used to help a frame or applet quit
src/com/jslix/ScreenLibrary.java:169
Method
quitNow
Used to see if it is okay to quit @return If it is okay to quit
src/com/jslix/ScreenLibrary.java:177
Function
randInt
(max)
engine/bc/utils.js:36
Function
randInt
(max)
cwtdemo/engine/bc/utils.js:36
Function
removeAll
()
engine/js/ajax.js:96
Function
removeAllFiles
()
new_core/filelib.js:50
Function
removeAllFiles
()
cwtdemo/tools/dump/dump.js:89
Function
removeAllImages
()
engine/js/jslix.js:762
Function
removeAllImages
()
new_core/jslix.js:493
Function
removeAllImages
()
cwtdemo/engine/js/jslix.js:498
Function
removeAllMaps
()
engine/js/jslix.js:788
Function
removeAllMaps
()
new_core/jslix.js:513
Function
removeAllMaps
()
cwtdemo/engine/js/jslix.js:517
Function
removeDOMCanvas
(name)
engine/js/jslix.js:781
Function
removeDOMImage
(name)
engine/js/jslix.js:774
Function
removeDOMImage
(name)
new_core/jslix.js:505
Function
removeDOMImage
(name)
cwtdemo/engine/js/jslix.js:509
Function
render
(canvas, ctx)
game/cwbattle.js:185
Function
render
(canvas, ctx)
game/maingame.js:15
Function
render
(canvas, ctx)
game/testbed.js:56
Function
render
(canvas, ctx)
game/battletest.js:66
Function
render
(canvas, ctx)
engine/js/debug.js:24
Function
render
(canvas, ctx)
engine/bc/debug.js:152
Function
render
(canvas, ctx)
new_core/debug.js:84
Function
render
(canvas, ctx)
new_core/screens/ingame.js:230
Function
render
(canvas, ctx)
new_core/screens/initial.js:53
Function
render
(object)
new_core/traits/hp.js:2
Function
render
(ctx)
new_core/traits/tileInfo.js:19
Function
render
(canvas, ctx)
cwtdemo/cwtdemo.js:61
Function
render
(canvas, ctx)
cwtdemo/cwtmapengine.js:189
Function
render
(canvas, ctx)
cwtdemo/tools/maplibrary.js:161
← previous
next →
701–800 of 896, ranked by callers