MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / functions

Functions896 in github.com/ctomni231/cwtactics

↓ 1 callersFunctionaddColorBox
(red, green, blue, alpha, sizex, sizey)
engine/js/jslix.js:113
↓ 1 callersFunctionaddColorBox
(red, green, blue, alpha, sizex, sizey)
new_core/jslix.js:117
↓ 1 callersFunctionaddColorBox
(red, green, blue, alpha, sizex, sizey)
cwtdemo/engine/js/jslix.js:117
↓ 1 callersFunctionaddCutImageDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey)
new_core/jslix.js:375
↓ 1 callersFunctionaddCutImageDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey)
cwtdemo/engine/js/jslix.js:380
↓ 1 callersMethodaddData
This function is used to cause a primitive array to act like an ArrayList. This acts like a push function. @param fillData The data to add to a primit
src/com/jslix/sound/MusicLibrary.java:353
↓ 1 callersFunctionaddDomImage
(name, text)
new_core/jslix.js:264
↓ 1 callersFunctionaddDomImage
(name, text)
cwtdemo/engine/js/jslix.js:269
↓ 1 callersFunctionaddFile
(fileurl)
new_core/filelib.js:13
↓ 1 callersFunctionaddFile
(fileurl)
cwtdemo/engine/js/jsonlib.js:22
↓ 1 callersFunctionaddFontImage
(str)
engine/js/jslix.js:265
↓ 1 callersFunctionaddFontImage
(str)
new_core/jslix.js:159
↓ 1 callersFunctionaddFontImage
(str)
cwtdemo/engine/js/jslix.js:164
↓ 1 callersMethodaddFrameScreen
Adds a screen to be displayed by the main window @param theScreen The Screen to be added @see Screen
src/com/jslix/ScreenLibrary.java:48
↓ 1 callersMethodaddKeyPress
Adds a user key action to the array @param keycode The action to add @param slick Whether it is a Slick action
src/com/jslix/KeyPress.java:168
↓ 1 callersFunctionaddLoadEvent
(func)
new_core/jslix.js:1252
↓ 1 callersFunctionaddLoadEvent
(func)
cwtdemo/engine/js/jslix.js:1266
↓ 1 callersMethodaddMouseClick
Adds a user mouse action to the array @param mousebutton The mouse action to add @param slick Whether it is a Slick action
src/com/jslix/KeyPress.java:181
↓ 1 callersFunctionaddReference
(name, imgIndex)
engine/js/jslix.js:366
↓ 1 callersFunctionaddReference
(name, imgIndex)
new_core/jslix.js:284
↓ 1 callersFunctionaddReference
(name, imgIndex)
cwtdemo/engine/js/jslix.js:289
↓ 1 callersMethodaddScreen
This function adds a screen to the ScreenLibrary @param theScreen The screen to add to the ScreenLibrary
src/com/jslix/JSlix.java:265
↓ 1 callersMethodaddTextToGridImage
This adds Java2D font text to an editing grid @param text The String text to add to the editing grid @param locx The x-axis location of the item in th
src/com/jslix/image/ImgLibrary.java:1013
↓ 1 callersFunctionbeforeEach
()
new_core/test.js:45
↓ 1 callersFunctionbootGame
()
new_core/gamecontroller.js:14
↓ 1 callersFunctioncanceled
()
engine/js/gif.js:269
↓ 1 callersMethodchangeBackground
Changes the background color @param theColor The color to change the background to
src/com/jslix/JSlix.java:166
↓ 1 callersFunctionchangeBlendColor
(data, color, opacity, opt)
engine/js/jslix.js:1337
↓ 1 callersFunctionchangeBlendColor
(data, color, opacity, opt)
new_core/jslix.js:952
↓ 1 callersFunctionchangeBlendColor
(data, color, opacity, opt)
cwtdemo/engine/js/jslix.js:966
↓ 1 callersFunctionchangeColor
(data, fromColor, toColor, opt)
engine/js/jslix.js:1290
↓ 1 callersFunctionchangeColor
(data, fromColor, toColor, opt)
new_core/jslix.js:905
↓ 1 callersFunctionchangeColor
(data, fromColor, toColor, opt)
cwtdemo/engine/js/jslix.js:919
↓ 1 callersFunctionchangeMapColor
(data, mapIndex, columnIndex)
engine/js/jslix.js:1312
↓ 1 callersFunctionchangeMapColor
(data, mapIndex, columnIndex)
new_core/jslix.js:927
↓ 1 callersFunctionchangeMapColor
(data, mapIndex, columnIndex)
cwtdemo/engine/js/jslix.js:941
↓ 1 callersMethodchangeTitle
This function changes the title at the top of the JSlix window @param newTitle The new title name
src/com/jslix/JSlix.java:100
↓ 1 callersMethodcleanExit
This function is used to exit cleanly from JSlix
src/com/jslix/JSlix.java:132
↓ 1 callersFunctioncreateDataDict
(key, ind, mod=0)
cwtdemo/tools/maplib.js:261
↓ 1 callersFunctioncreateDomImage
(name, text)
engine/js/jslix.js:377
↓ 1 callersMethodcreateFile
This function is used to create a file to the user directory. @param path The path to creation directory @param filename The name of the file to be cr
src/com/jslix/io/FileFind.java:284
↓ 1 callersMethodcreateGraphics2D
The function re-scales the background image when screen is resized and also creates the background image @param g2 The graphics object associated @pa
src/com/jslix/JSlix.java:178
↓ 1 callersMethodcreateGraphics2D
(Graphics2D g2, int w, int h)
src/com/cwt/CWTacticsOld.java:75
↓ 1 callersFunctioncreatePackFields
()
cwtdemo/tools/maplibrary.js:1125
↓ 1 callersFunctioncreateTween
(targets)
engine/bc/tween.js:1
↓ 1 callersFunctioncreateTween
(targets)
cwtdemo/engine/bc/tween.js:1
↓ 1 callersMethodcutImage
This function uses java2D Buffered Image in order to crop an image @param image The image to crop @param locx The location of the x-axis top-left corn
src/com/jslix/image/ImgLoader.java:166
↓ 1 callersFunctiondataLoaded
(data)
engine/js/gif.js:315
↓ 1 callersFunctiondrawCursor
(ctx, color='blue', width=3.0)
cwtdemo/cwtmapengine.js:1142
↓ 1 callersMethoddrawJava
This function draws all the screens to the Java2D window. Due to Java2D frames not handling the updates in a normal way, it also handles the update fu
src/com/jslix/JSlix.java:198
↓ 1 callersFunctiondrawLetters
(data, sx, sy, txtArray, cutArray)
engine/js/jslix.js:937
↓ 1 callersFunctiondrawLetters
(data, sx, sy, txtArray, cutArray)
new_core/jslix.js:772
↓ 1 callersFunctiondrawLetters
(data, sx, sy, txtArray, cutArray)
cwtdemo/engine/js/jslix.js:786
↓ 1 callersFunctiondrawMap
(ctx)
cwtdemo/cwtmapengine.js:1028
↓ 1 callersFunctiondrawMap
(ctx)
cwtdemo/tools/dump/cwtdemohex.js:278
↓ 1 callersFunctiondrawOutline
(ctx, maprn, ind, color='white', width=4.0)
cwtdemo/cwtmapengine.js:1178
↓ 1 callersFunctiondrawPath
(ctx, color='black', width=3.0)
cwtdemo/cwtmapengine.js:1153
↓ 1 callersFunctiondrawSilo
(ctx, color='white', width=3.0)
cwtdemo/cwtmapengine.js:1168
↓ 1 callersFunctiondrawUnit
(ctx, owner=0, fillcolor='', strokecolor='black')
cwtdemo/cwtmapengine.js:1074
↓ 1 callersFunctiondropImage
(ctx, img, rot)
engine/js/jslix.js:1361
↓ 1 callersFunctiondropImage
(ctx, img, rot)
new_core/jslix.js:976
↓ 1 callersFunctiondropImage
(ctx, img, rot)
cwtdemo/engine/js/jslix.js:990
↓ 1 callersFunctiondropPixels
(data, sx, sy, imgID, px, py, opacity, opt)
engine/js/jslix.js:1384
↓ 1 callersFunctiondropPixels
(data, sx, sy, imgID, px, py, opacity, opt)
new_core/jslix.js:999
↓ 1 callersFunctiondropPixels
(data, sx, sy, imgID, px, py, opacity, opt)
cwtdemo/engine/js/jslix.js:1013
↓ 1 callersFunctionevaluateLoopAndTriggerNext
()
new_core/loop_manager.js:26
↓ 1 callersFunctionexecuteModuleTests
()
new_core/test.js:16
↓ 1 callersFunctionflipX
(data, sx, sy)
engine/js/jslix.js:1215
↓ 1 callersFunctionflipX
(data, sx, sy)
new_core/jslix.js:830
↓ 1 callersFunctionflipX
(data, sx, sy)
cwtdemo/engine/js/jslix.js:844
↓ 1 callersFunctionflipY
(data, sx, sy)
engine/js/jslix.js:1246
↓ 1 callersFunctionflipY
(data, sx, sy)
new_core/jslix.js:861
↓ 1 callersFunctionflipY
(data, sx, sy)
cwtdemo/engine/js/jslix.js:875
↓ 1 callersMethodgetClassFile
This function gets a file from a URL string referencing the home library (for Applets) @param filename The path to the file @return A file representin
src/com/jslix/io/FileFind.java:240
↓ 1 callersMethodgetClassResource
This will attempt to load an image from a resource file using the System resource method. It retrieves an image for Applets mostly, working like a thr
src/com/jslix/image/ImgLoader.java:72
↓ 1 callersMethodgetColorBox
Makes a java2D color box with the specified size. This is used to keep images from ever becoming null. @param theColor The color of the box @param si
src/com/jslix/image/ImgLibrary.java:423
↓ 1 callersMethodgetData
(ArrayList<String> keylist, Object value, boolean keys)
src/com/jslix/io/JSONLibrary.java:258
↓ 1 callersFunctiongetDataFromState
(key)
engine/bc/debug.js:100
↓ 1 callersFunctiongetDataFromState
(key)
new_core/debug.js:33
↓ 1 callersFunctiongetDataFromState
(key)
cwtdemo/engine/bc/debug.js:100
↓ 1 callersFunctiongetDataKey
(key, modcode)
cwtdemo/tools/maplib.js:473
↓ 1 callersMethodgetFPS
Gets Java FPS time @return Java FPS
src/com/jslix/JSlix.java:309
↓ 1 callersFunctiongetFile
(id=jsonlib.data.length-1)
cwtdemo/engine/js/jsonlib.js:48
↓ 1 callersMethodgetFileImage
Loads an Image from a image file. This is used to load images from the user directory from a relative file path. @param filename The filename of a pi
src/com/jslix/image/ImgLoader.java:40
↓ 1 callersMethodgetFileURL
This function is used for returning URL from files in the user directory @param filename The path to the file @return A Uniform Resource Locator for t
src/com/jslix/io/FileFind.java:222
↓ 1 callersMethodgetFiles
This function is used for reading files from the directory specified and compiling it into a list. @param path The path to the file @throws AccessCont
src/com/jslix/io/FileFind.java:155
↓ 1 callersFunctiongetFontHeight
(fontName, fontSize, fontText)
engine/js/jslix.js:1459
↓ 1 callersFunctiongetFontHeight
(fontName, fontSize, fontText)
new_core/jslix.js:1100
↓ 1 callersFunctiongetFontHeight
(fontName, fontSize, fontText)
cwtdemo/engine/js/jslix.js:1114
↓ 1 callersMethodgetFrameTime
Gives you the update time for the Timer @return the update time for the timer
src/com/jslix/JSlix.java:293
↓ 1 callersFunctiongetFullSize
(boxmap=cwtmap.boxmap)
cwtdemo/cwtmapengine.js:1469
↓ 1 callersMethodgetGridImage
This function turns an editing grid into a java2D picture @return An image representing the editing grid
src/com/jslix/image/ImgLibrary.java:1028
↓ 1 callersMethodgetImageIcon
Used to get an Image Icon (useful for displaying GIF animations) @param filename The path to the image @return An image icon of the image
src/com/jslix/image/ImgLoader.java:125
↓ 1 callersFunctiongetJSON
(id)
cwtdemo/tools/dump/dump.js:83
↓ 1 callersMethodgetJSONObjectFromRaw
This takes in data and gets a JSONObject out of it @param data The JSON formed data @return A JSONObject Hashmap containing the data
src/com/jslix/io/JSONLibrary.java:163
↓ 1 callersFunctiongetJson
(ind)
engine/js/ajax.js:81
↓ 1 callersFunctiongetLetterDim
(index)
new_core/jslix.js:747
↓ 1 callersFunctiongetLetterDim
(index)
cwtdemo/engine/js/jslix.js:761
↓ 1 callersMethodgetList
(Object key, Object value, int level)
src/com/jslix/io/JSONLibrary.java:279
↓ 1 callersFunctiongetMapData
(ind)
cwtdemo/tools/maplibrary.js:174
← previousnext →201–300 of 896, ranked by callers