MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / functions

Functions896 in github.com/ctomni231/cwtactics

MethodisReady
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
FunctionisRefReady
(url)
engine/js/ajax.js:61
FunctionisSongOn
()
engine/js/music.js:53
FunctionisSongOn
()
cwtdemo/engine/js/music.js:53
FunctionisSoundPlaying
()
engine/js/music.js:218
FunctionisSoundPlaying
()
cwtdemo/engine/js/music.js:218
FunctioniterateMatrix
(width, height, handler)
engine/bc/utils.js:24
FunctioniterateMatrix
(width, height, handler)
cwtdemo/engine/bc/utils.js:24
MethodkeyPressed
(KeyEvent e)
src/com/jslix/JSlix.java:419
MethodkeyReleased
(KeyEvent e)
src/com/jslix/JSlix.java:423
MethodkeyTyped
(KeyEvent e)
src/com/jslix/JSlix.java:415
MethodlastKeyAction
Holds the last Key action registered by the user @return The last key registered
src/com/jslix/KeyPress.java:87
MethodlastMouseAction
Holds the last mouse action registered by the user @return The last mouse click registered
src/com/jslix/KeyPress.java:95
Functionlength
()
engine/js/jslix.js:670
FunctionloadGif
(filename)
engine/js/gif.js:319
FunctionloadMap
()
cwtdemo/tools/dump/dump.js:7
FunctionloadSong
(song)
engine/js/music.js:87
FunctionloadSong
(song)
cwtdemo/engine/js/music.js:87
MethodloopClip
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
FunctionloopMusic
(songpath)
engine/js/music.js:199
FunctionloopMusic
(songpath)
cwtdemo/engine/js/music.js:199
FunctionloopSong
(song)
engine/js/music.js:112
FunctionloopSong
(song)
cwtdemo/engine/js/music.js:112
FunctionloopSound
(soundpath)
engine/js/music.js:264
FunctionloopSound
(soundpath)
cwtdemo/engine/js/music.js:264
Methodmain
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
Methodmain
(String[] argv)
src/com/cwt/CWTactics.java:21
Methodmain
(String args[])
src/com/cwt/CWTacticsOld.java:27
MethodmakeDirectories
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
MethodmakeDirectory
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
MethodmouseClicked
(MouseEvent e)
src/com/jslix/JSlix.java:427
MethodmouseDragged
(MouseEvent e)
src/com/jslix/JSlix.java:447
MethodmouseEntered
(MouseEvent e)
src/com/jslix/JSlix.java:439
MethodmouseExited
(MouseEvent e)
src/com/jslix/JSlix.java:443
MethodmouseFocused
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
MethodmouseMoved
(MouseEvent e)
src/com/jslix/JSlix.java:451
MethodmousePressed
(MouseEvent e)
src/com/jslix/JSlix.java:431
MethodmouseReleased
(MouseEvent e)
src/com/jslix/JSlix.java:435
MethodmouseWheelMoved
(MouseWheelEvent e)
src/com/jslix/JSlix.java:455
FunctionnumberOrBoundary
(leftBoundary, rightBoundary, number)
engine/bc/utils.js:32
FunctionnumberOrBoundary
(leftBoundary, rightBoundary, number)
cwtdemo/engine/bc/utils.js:32
MethodoutSourceImage
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
MethodoutputAllFromRaw
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
FunctionpackTerrainText
()
cwtdemo/tools/maplibrary.js:1587
MethodpaintComponent
This function handles drawing screens to the frame @param g Graphics object binded to this function
src/com/jslix/JSlix.java:389
MethodpaintComponent
(Graphics g)
src/com/cwt/CWTacticsOld.java:67
FunctionparseBlock
()
engine/js/gif.js:284
Functionpause
()
engine/js/gif.js:340
FunctionplaceCropImg
(ctx, img, dlx, dly, slx, sly)
engine/js/jslix.js:704
MethodplaceCropImg
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
FunctionplaceImg
(ctx, img, dlx, dly)
engine/js/jslix.js:679
MethodplaceImg
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
Functionplay
()
engine/js/gif.js:333
MethodplayClip
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
FunctionplaySong
(song)
engine/js/music.js:63
FunctionplaySong
(song)
cwtdemo/engine/js/music.js:63
FunctionplaySound
(soundpath)
engine/js/music.js:232
FunctionplaySound
(soundpath)
cwtdemo/engine/js/music.js:232
MethodplaybackFinished
This function tells you when the play back ended @param pe The play back event
src/com/jslix/sound/MusicListener.java:35
MethodplaybackStarted
This function tells you when the play back started @param pe The play back event
src/com/jslix/sound/MusicListener.java:25
FunctionprocessClick
(event)
engine/js/input.js:55
FunctionprocessClick
(event)
cwtdemo/engine/js/input.js:56
FunctionprocessKeyDown
(event)
engine/js/input.js:40
FunctionprocessKeyDown
(event)
cwtdemo/engine/js/input.js:41
FunctionprocessKeyUp
(event)
engine/js/input.js:76
FunctionprocessKeyUp
(event)
cwtdemo/engine/js/input.js:77
FunctionprocessMouseUp
(event)
engine/js/input.js:92
FunctionprocessMouseUp
(event)
cwtdemo/engine/js/input.js:93
FunctionquickRequest
(reqType, url, urlFrag, asynch)
engine/js/ajax.js:184
Methodquit
Used to help a frame or applet quit
src/com/jslix/ScreenLibrary.java:169
MethodquitNow
Used to see if it is okay to quit @return If it is okay to quit
src/com/jslix/ScreenLibrary.java:177
FunctionrandInt
(max)
engine/bc/utils.js:36
FunctionrandInt
(max)
cwtdemo/engine/bc/utils.js:36
FunctionremoveAll
()
engine/js/ajax.js:96
FunctionremoveAllFiles
()
new_core/filelib.js:50
FunctionremoveAllFiles
()
cwtdemo/tools/dump/dump.js:89
FunctionremoveAllImages
()
engine/js/jslix.js:762
FunctionremoveAllImages
()
new_core/jslix.js:493
FunctionremoveAllImages
()
cwtdemo/engine/js/jslix.js:498
FunctionremoveAllMaps
()
engine/js/jslix.js:788
FunctionremoveAllMaps
()
new_core/jslix.js:513
FunctionremoveAllMaps
()
cwtdemo/engine/js/jslix.js:517
FunctionremoveDOMCanvas
(name)
engine/js/jslix.js:781
FunctionremoveDOMImage
(name)
engine/js/jslix.js:774
FunctionremoveDOMImage
(name)
new_core/jslix.js:505
FunctionremoveDOMImage
(name)
cwtdemo/engine/js/jslix.js:509
Functionrender
(canvas, ctx)
game/cwbattle.js:185
Functionrender
(canvas, ctx)
game/maingame.js:15
Functionrender
(canvas, ctx)
game/testbed.js:56
Functionrender
(canvas, ctx)
game/battletest.js:66
Functionrender
(canvas, ctx)
engine/js/debug.js:24
Functionrender
(canvas, ctx)
engine/bc/debug.js:152
Functionrender
(canvas, ctx)
new_core/debug.js:84
Functionrender
(canvas, ctx)
new_core/screens/ingame.js:230
Functionrender
(canvas, ctx)
new_core/screens/initial.js:53
Functionrender
(object)
new_core/traits/hp.js:2
Functionrender
(ctx)
new_core/traits/tileInfo.js:19
Functionrender
(canvas, ctx)
cwtdemo/cwtdemo.js:61
Functionrender
(canvas, ctx)
cwtdemo/cwtmapengine.js:189
Functionrender
(canvas, ctx)
cwtdemo/tools/maplibrary.js:161
← previousnext →701–800 of 896, ranked by callers