Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adventuregamestudio/ags
/ functions
Functions
22,242 in github.com/adventuregamestudio/ags
⨍
Functions
22,242
◇
Types & classes
3,343
↓ 19 callers
Method
Find
(string structName, string memberName)
Editor/AGS.Editor/TextProcessing/FindAllUsages.cs:29
↓ 19 callers
Method
GetBgImage
Common/gui/guimain.h:128
↓ 19 callers
Function
GetFilename
Common/util/path.cpp:42
↓ 19 callers
Method
GetLinenoAt
Note that when this is a sub-list of an original list, the line numbers and sections will still be relative to the original list. This is intentional
Compiler/script2/cc_internallist.h:207
↓ 19 callers
Method
Hide
()
Editor/AGS.Types/Interfaces/Docking/IDockingContainer.cs:43
↓ 19 callers
Method
IsDynarrayVartype
Compiler/script2/cc_symboltable.h:523
↓ 19 callers
Method
IsInside
Common/util/geometry.h:392
↓ 19 callers
Method
IsManagedVartype
Compiler/script2/cc_symboltable.cpp:534
↓ 19 callers
Method
RequestEventHook
Engine/plugin/agsplugin.cpp:175
↓ 19 callers
Method
ShowOutputPanel
(CompileMessages errors)
Editor/AGS.Editor/GUI/GUIController.cs:435
↓ 19 callers
Method
StretchBlt
Common/gfx/allegrobitmap.cpp:280
↓ 19 callers
Function
StringEqual
libsrc/tinyxml2/tinyxml2.h:593
↓ 19 callers
Method
TryGetValueOrDefault
<summary> Tries to get a value by a key from a dictionary, or returns "defValue" on failure. </summary>
Editor/AGS.Types/Utilities.cs:43
↓ 19 callers
Method
WriteToSavegame
Engine/gui/animatingguibutton.cpp:73
↓ 19 callers
Method
getContext
This method is called by SDL using JNI.
Android/library/runtime/src/main/java/org/libsdl/app/SDLActivity.java:1130
↓ 19 callers
Method
getString
(String key, String defValue)
Android/mygame/play_licensing_library/src/main/java/com/google/android/vending/licensing/PreferenceObfuscator.java:53
↓ 19 callers
Function
makeacol32
Plugins/agsblend/agsblend/AGSBlend.cpp:130
↓ 19 callers
Function
remove_screen_overlay
Engine/ac/overlay.cpp:653
↓ 18 callers
Method
Add
Add an image.
Editor/scintilla/src/XPM.cxx:296
↓ 18 callers
Method
AddAllMatchingFiles
(IList<string> list, string fileMask)
Editor/AGS.Editor/Utils/Utilities.cs:136
↓ 18 callers
Function
ClipToRange
Plugins/agsflashlight/agsflashlight/agsflashlight.cpp:173
↓ 18 callers
Method
Concat
Concats the given path to the existing full dir
Engine/ac/path_helper.h:60
↓ 18 callers
Method
DocFromDisplay
Editor/scintilla/src/ContractionState.cxx:194
↓ 18 callers
Method
DrawLine
<summary> Draws a line. </summary> <param name="color">The color index of the line.</param> <param name="p0">The starting point for the line.</param>
Editor/AGS.Editor/Utils/BitmapExtensions.cs:650
↓ 18 callers
Method
DrawRect
Common/gfx/allegrobitmap.cpp:513
↓ 18 callers
Function
FT_Outline_Translate
Common/libsrc/freetype-2.1.3/src/base/ftoutln.c:468
↓ 18 callers
Function
FT_RoundFix
Common/libsrc/freetype-2.1.3/src/base/ftcalc.c:74
↓ 18 callers
Method
GetCharAt
<summary> Returns the character as the specified document position. </summary> <param name="position">The zero-based document position of the characte
Editor/AGS.Controls/ScintillaNET/Scintilla.cs:899
↓ 18 callers
Function
GetEventFn
Editor/AGS.Native/agsnative.cpp:3531
↓ 18 callers
Method
GetScale
Engine/ac/screenoverlay.h:102
↓ 18 callers
Method
GetScanLine
Get scanline for direct reading
Common/gfx/allegrobitmap.h:176
↓ 18 callers
Method
Invalidate
Engine/ac/dynobj/scriptmotionpath.cpp:40
↓ 18 callers
Method
IsVisible
Engine/ac/screenoverlay.h:114
↓ 18 callers
Method
Next
Common/util/directory.cpp:322
↓ 18 callers
Function
ReadValues
Common/game/customproperties.cpp:77
↓ 18 callers
Method
SetMenuItemEnabled
(IEditorComponent plugin, string id, bool enabled)
Editor/AGS.Editor/GUI/GUIController.cs:270
↓ 18 callers
Function
TDEFL_READ_UNALIGNED_WORD2
libsrc/miniz/miniz.c:1418
↓ 18 callers
Method
Width
Editor/scintilla/src/IntegerRectangle.h:23
↓ 18 callers
Method
Width
Editor/scintilla/include/Platform.h:176
↓ 18 callers
Function
apeg_fast_idct
two dimensional inverse discrete cosine transform */
Engine/libsrc/apeg-1.2.1/idct.c:166
↓ 18 callers
Function
ccAddObjectReference
Engine/ac/dynobj/dynobj_manager.cpp:132
↓ 18 callers
Function
ccRegisterUnserializedPersistentObject
Engine/ac/dynobj/dynobj_manager.cpp:48
↓ 18 callers
Function
get_save_game_path
Engine/ac/game.cpp:368
↓ 18 callers
Function
uoffset
uoffset: * Returns the offset in bytes from the start of the string to the * character at the specified index. If the index is negative, counts
libsrc/allegro/src/unicode.c:737
↓ 18 callers
Method
write_meta
write a meta symbol (ie. non-code thingy)
Compiler/script/cc_internallist.cpp:87
↓ 17 callers
Method
ButtonHelper
(Button btn, string path)
Editor/AGS.Editor/ColorThemes/ColorTheme.cs:181
↓ 17 callers
Method
CharAt
Editor/scintilla/src/CellBuffer.cxx:582
↓ 17 callers
Method
Copy
()
Editor/AGS.Editor/Utils/AndroidUtilities.cs:106
↓ 17 callers
Method
Equals
(object obj)
Editor/AGS.Editor/Panes/Room/RoomEditNode.cs:167
↓ 17 callers
Function
FT_Get_Module_Interface
Common/libsrc/freetype-2.1.3/src/base/ftobjs.c:2301
↓ 17 callers
Function
FT_Outline_Get_CBox
Common/libsrc/freetype-2.1.3/src/base/ftoutln.c:418
↓ 17 callers
Method
GetCamera
Engine/game/viewport.cpp:278
↓ 17 callers
Method
GetExpanded
Editor/scintilla/src/ContractionState.cxx:302
↓ 17 callers
Method
Height
Editor/scintilla/src/IntegerRectangle.h:24
↓ 17 callers
Method
IsStructVartype
Structs
Compiler/script2/cc_symboltable.h:494
↓ 17 callers
Method
ReadByte
Engine/script/runtimescriptvalue.cpp:26
↓ 17 callers
Method
ReadByte
Common/util/stream.cpp:245
↓ 17 callers
Method
ReadFromSavegame
Engine/gui/animatingguibutton.cpp:20
↓ 17 callers
Method
SafeGetCharAt
Safe version of operator[], returning a defined value for invalid position. */
Editor/scintilla/lexlib/LexAccessor.h:87
↓ 17 callers
Method
Seek
(long offset, SeekOrigin origin)
Editor/AGS.Controls/ScintillaNET/NativeMemoryStream.cs:47
↓ 17 callers
Method
SetStretch
Engine/gfx/ali3dogl.h:98
↓ 17 callers
Method
StartFromNode
(IEditorComponent plugin, string id)
Editor/AGS.Editor/GUI/ProjectTree.cs:174
↓ 17 callers
Function
add_dynamic_sprite
Engine/ac/dynamicsprite.cpp:477
↓ 17 callers
Function
apeg_flush_bits
advance by n bits */
Engine/libsrc/apeg-1.2.1/getbits.c:135
↓ 17 callers
Function
check_points
check that there is enough room for `count' more points */
Common/libsrc/freetype-2.1.3/src/cff/cffgload.c:403
↓ 17 callers
Function
engineFileRead
Plugins/agsflashlight/agsflashlight/agsflashlight.cpp:489
↓ 17 callers
Function
engineFileWrite
Plugins/agsflashlight/agsflashlight/agsflashlight.cpp:494
↓ 17 callers
Function
mbstowcs
This is a pure mbstowcs placeholder that copies src to dest, not a real implementation
Engine/platform/util/libc.c:34
↓ 16 callers
Method
AddLibrary
Common/data/assetmanager.cpp:90
↓ 16 callers
Function
AssertBitmapSurface
Engine/ac/drawingsurface.cpp:72
↓ 16 callers
Method
Clear
Engine/ac/dynobj/scriptset.h:87
↓ 16 callers
Function
Close
Editor/scintilla/src/Editor.cxx:4190
↓ 16 callers
Function
CreateNewScriptString
Engine/ac/string.cpp:52
↓ 16 callers
Function
CreateTransparentBitmap
Common/gfx/bitmap.cpp:56
↓ 16 callers
Method
Flush
()
Editor/AGS.Controls/ScintillaNET/NativeMemoryStream.cs:37
↓ 16 callers
Method
GetData
Implement important part of IDataObject
Editor/scintilla/win32/ScintillaWin.cxx:3344
↓ 16 callers
Method
GetDisplayMode
Engine/gfx/gfxdriverbase.cpp:51
↓ 16 callers
Function
GetFileExtension
Common/util/path.cpp:70
↓ 16 callers
Function
GetParent
Common/util/path.cpp:30
↓ 16 callers
Method
GetRotation
Engine/ac/screenoverlay.h:106
↓ 16 callers
Method
GetScanLineForWriting
========================================================================= Direct access operations ===================================================
Common/gfx/allegrobitmap.h:283
↓ 16 callers
Method
IsEmpty
Engine/script/executingscript.h:52
↓ 16 callers
Method
IsReadOnly
Editor/scintilla/src/CellBuffer.cxx:793
↓ 16 callers
Method
Read
<summary> Removes a character from the stream and returns it. Returns -1 if no characters are available. </summary> <returns>The next character from t
Editor/AGS.Controls/ScintillaNET/ScintillaReader.cs:86
↓ 16 callers
Function
ScriptSprintf
Sprintf that takes script values as arguments
Engine/script/script_api.h:38
↓ 16 callers
Method
StartRead
Set the cursor to the start of the list
Compiler/script2/cc_internallist.h:167
↓ 16 callers
Method
ToString
()
Editor/AGS.Editor/GUI/OutputPanelItem.cs:139
↓ 16 callers
Method
Trim
Common/util/string.cpp:1012
↓ 16 callers
Method
compare
(InputDevice.MotionRange arg0, InputDevice.MotionRange arg1)
Android/library/runtime/src/main/java/org/libsdl/app/SDLControllerManager.java:155
↓ 16 callers
Function
get_walkable_area_pixel
Engine/ac/walkablearea.cpp:57
↓ 16 callers
Method
simulateKeyPress
(int key, boolean hold_ctrl)
Android/library/runtime/src/main/java/uk/co/adventuregamestudio/runtime/AGSRuntimeActivity.java:166
↓ 16 callers
Function
video_core_get_player
Engine/media/video/video_core.cpp:130
↓ 15 callers
Function
AxScale
Common/test/math_test.cpp:20
↓ 15 callers
Method
ClearTransparent
Common/gfx/allegrobitmap.cpp:413
↓ 15 callers
Method
ClearVirtualSpace
Editor/scintilla/src/Selection.h:115
↓ 15 callers
Method
DisplayAlert
Engine/platform/base/agsplatformdriver.cpp:77
↓ 15 callers
Method
DisplayFromDoc
Editor/scintilla/src/ContractionState.cxx:178
↓ 15 callers
Method
Dispose
()
Editor/AGS.Editor/AGSEditor.cs:451
↓ 15 callers
Function
EndSkippingUntilCharStops
Engine/ac/global_game.cpp:492
↓ 15 callers
Function
FlagIsSet
Compiler/script2/cs_parser_common.h:49
← previous
next →
401–500 of 22,242, ranked by callers