MCPcopy Create free account

hub / github.com/adventuregamestudio/ags / functions

Functions22,242 in github.com/adventuregamestudio/ags

↓ 15 callersMethodGetAllItemsCount
()
Editor/AGS.Types/BaseFolderCollection.cs:320
↓ 15 callersFunctionGetChar
Read a single utf8 codepoint from the c-string; returns codepoint's size in bytes (may be used to advance string pos)
Common/util/utf8.h:63
↓ 15 callersMethodGetData
Engine/media/audio/sdldecoder.cpp:143
↓ 15 callersMethodGetObject
<summary> Returns a nested config object under the given key. </summary>
Editor/AGS.Editor/Config/IObjectConfig.cs:21
↓ 15 callersMethodGetPtrWithOffset
Engine/script/runtimescriptvalue.h:134
↓ 15 callersMethodGetResourceAsString
<summary> Retrieves embedded resources as a string of the given encoding. Encoding is ASCII by default. </summary>
Editor/AGS.Editor/Resources/ResourceManager.cs:33
↓ 15 callersMethodGetText
Editor/scintilla/win32/ScintillaWin.cxx:1314
↓ 15 callersMethodHasCursorRole
Tells if the given cursor has the specific role
Common/ac/gamesetupstruct.h:112
↓ 15 callersFunctionHwndFromWindowID
Editor/scintilla/win32/PlatWin.h:30
↓ 15 callersMethodIsAnyIntegerVartype
Compiler/script2/cc_symboltable.cpp:486
↓ 15 callersMethodIsFunction
Compiler/script2/cc_symboltable.h:447
↓ 15 callersMethodIsRealFullscreen
Tells if this mode defines a real fullscreen, which would require gfx driver to support it
Engine/gfx/gfxdefines.h:43
↓ 15 callersFunctionParse
Common/util/cmdlineopts.cpp:27
↓ 15 callersMethodPartitionFromPosition
Return value in range [0 .. Partitions() - 1] even for arguments outside interval
Editor/scintilla/src/Partitioning.h:201
↓ 15 callersMethodSaveData
()
Editor/AGS.Editor/Panes/DialogEditor.cs:176
↓ 15 callersMethodSetStyling
<summary> Styles the specified length of characters. </summary> <param name="length">The number of characters to style.</param> <param name="style">Th
Editor/AGS.Controls/ScintillaNET/Scintilla.cs:2477
↓ 15 callersMethodSetWaitSkipResult
Engine/ac/gamestate.cpp:490
↓ 15 callersFunctionSplitLines
Compiler/test/preprocessor_test.cpp:25
↓ 15 callersMethodStop
()
Editor/AGS.Editor/Audio/MidiPlayer.cs:109
↓ 15 callersFunctionccGetOption
Common/script/cc_common.cpp:42
↓ 15 callersMethodfindValue
Compiler/script/cc_treemap.cpp:17
↓ 15 callersMethodgetContext
()
Android/library/runtime/src/main/java/org/libsdl/app/SDL.java:36
↓ 15 callersFunctionget_text_width_outlined
Common/font/fonts.cpp:318
↓ 15 callersFunctionis_inside_script
Engine/script/script.cpp:882
↓ 15 callersFunctionmz_zip_array_push_back
libsrc/miniz/miniz.c:3421
↓ 15 callersFunctionreplace_group
(match, group, data, replacement)
Script/push_version.py:32
↓ 15 callersFunctionuvszprintf
uvszprintf: * Enhanced Unicode-aware version of the ANSI vsprintf() function * than can handle the size (in bytes) of the destination buffer. *
libsrc/allegro/src/unicode.c:3113
↓ 14 callersMethodAdd
(T item)
Editor/AGS.Controls/ScintillaNET/GapBuffer.cs:20
↓ 14 callersMethodAddParam
Compiler/script2/cc_compiledscript.cpp:271
↓ 14 callersMethodAssert
Editor/scintilla/win32/PlatWin.cxx:3084
↓ 14 callersMethodCanRead
Common/util/stream.h:195
↓ 14 callersMethodDrawLine
Editor/scintilla/src/EditView.cxx:1971
↓ 14 callersMethodExpectKeyword
<summary> Reads the next token, and expects it to be one of the passed in symbolTypes. If it isn't, throws an exception. </summary>
Editor/AGS.CScript.Compiler/ScriptReader.cs:126
↓ 14 callersMethodFindViewByID
<summary> Returns the View object associated with the supplied ID </summary>
Editor/AGS.Types/Game.cs:553
↓ 14 callersMethodGetAllAudioClipsFromAllSubFolders
()
Editor/AGS.Types/AudioClipFolder.cs:77
↓ 14 callersFunctionGetCheck
Engine/platform/windows/setup/winapihelpers.cpp:69
↓ 14 callersMethodGetChildNodes
<summary> Wrapper function for SelectSingleNode that throws an exception mentioning the node name if it is not found. Returns the node's children if s
Editor/AGS.Types/SerializeUtils.cs:73
↓ 14 callersMethodGetObject
(int x, int y)
Editor/AGS.Editor/Panes/Room/RoomEditFilters/ObjectsEditorFilter.cs:93
↓ 14 callersMethodGetZOrder
Engine/ac/screenoverlay.h:125
↓ 14 callersMethodGroupBoxHelper
(GroupBox box, string path)
Editor/AGS.Editor/ColorThemes/ColorTheme.cs:175
↓ 14 callersMethodIsIgnoringInput
Engine/ac/gamestate.cpp:455
↓ 14 callersMethodIsIndexed
<summary> Check if <see cref="Bitmap"/> is indexed image. </summary> <param name="bmp">Check if this argument is indexed image.</param> <returns>A boo
Editor/AGS.Editor/Utils/BitmapExtensions.cs:238
↓ 14 callersMethodNewLine
Compiler/script2/cs_scanner.cpp:71
↓ 14 callersMethodRead
Common/game/scripteventtable.cpp:33
↓ 14 callersMethodReadNextToken
()
Editor/AGS.CScript.Compiler/ScriptReader.cs:32
↓ 14 callersMethodRefreshPropertyGrid
()
Editor/AGS.Editor/GUI/GUIController.cs:854
↓ 14 callersMethodRestore
Discard all code that has been generated since the object has been created However, if 'keep_starting_linum' and the generated code starts with a 'lin
Compiler/script2/cc_compiledscript.h:161
↓ 14 callersMethodSaveGameFiles
()
Editor/AGS.Editor/AGSEditor.cs:1584
↓ 14 callersMethodSaveToDisk
()
Editor/AGS.Types/Script.cs:186
↓ 14 callersMethodScalePt
Common/util/scaling.h:86
↓ 14 callersMethodScreenToRoom
Engine/ac/gamestate.cpp:256
↓ 14 callersMethodSetShader
Engine/ac/screenoverlay.cpp:273
↓ 14 callersMethodSetTextColor
Common/gui/guitextbasedcontrol.cpp:36
↓ 14 callersMethodShowOpenFileDialog
(string title, string fileFilter)
Editor/AGS.Editor/GUI/GUIController.cs:891
↓ 14 callersFunctionUTF8Classify
Return both the width of the first character in the string and a status saying whether it is valid or invalid. Most invalid sequences return a width o
Editor/scintilla/src/UniConversion.cxx:279
↓ 14 callersFunctionValidateMoveList
Engine/ac/pathfinder_script.cpp:191
↓ 14 callersMethodWidthText
Editor/scintilla/win32/PlatWin.cxx:1033
↓ 14 callersMethodWrite
Common/game/scripteventtable.cpp:48
↓ 14 callersMethodWriteEmptySlot
Common/ac/spritefile.cpp:889
↓ 14 callersFunctionWriteFormatTag
Writes a opening or closing tag for a save component
Engine/game/savegame_components.cpp:86
↓ 14 callersFunctionWriteRoomBlock
Helper for new-style blocks with string id
Common/game/room_file_base.cpp:140
↓ 14 callersMethodadd_ex
Compiler/script/cc_symboltable.cpp:232
↓ 14 callersFunctionags_inputevent_ready
Engine/ac/sys_events.cpp:312
↓ 14 callersMethodget_movelist_id
Gets current character's movelist id
Common/ac/characterinfo.h:215
↓ 14 callersFunctionget_sprite
Safely gets a sprite, if the sprite does not exist then returns a placeholder (sprite 0)
Editor/AGS.Native/agsnative.cpp:152
↓ 14 callersFunctionget_translation
Engine/ac/global_translation.cpp:29
↓ 14 callersFunctionmz_crc32
libsrc/miniz/miniz.c:70
↓ 14 callersFunctionmz_zip_array_resize
libsrc/miniz/miniz.c:3405
↓ 14 callersFunctionpl_run_plugin_hooks
Engine/plugin/agsplugin.cpp:881
↓ 14 callersMethodpush_reg
Compiler/script/cc_compiledscript.cpp:42
↓ 14 callersFunctionrecycle_bitmap
Avoid freeing and reallocating the memory if possible
Engine/ac/draw.cpp:1675
↓ 14 callersFunctionrgb_to_hsv
rgb_to_hsv: * Converts an RGB value into the HSV colorspace. */
libsrc/allegro/src/color.c:500
↓ 13 callersMethodClear
Engine/script/systemimports.cpp:38
↓ 13 callersMethodConstructCache
(Script scriptToCache, IEnumerable<Script> importScripts)
Editor/AGS.Editor/AutoComplete.cs:147
↓ 13 callersMethodContainsCharacter
Editor/scintilla/src/Selection.cxx:119
↓ 13 callersMethodConvert
(string value)
Editor/AGS.Types/Attributes/DeserializeConvertValueAttribute.cs:24
↓ 13 callersFunctionCopyStream
Common/util/stream.cpp:296
↓ 13 callersFunctionCreateBitmapCopy
Common/gfx/bitmap.cpp:89
↓ 13 callersMethodCreateMenuItem
<summary> Helper factory method for creating a ToolStripMenuItem using larger parameter list. </summary>
Editor/AGS.Editor/Utils/ToolStripExtensions.cs:12
↓ 13 callersMethodDoesAssetExist
Common/data/assetmanager.cpp:163
↓ 13 callersFunctionFixupPath
Common/util/path.cpp:148
↓ 13 callersMethodGUIXToWindow
(int x)
Editor/AGS.Editor/Panes/GUIEditor.cs:1516
↓ 13 callersMethodGUIYToWindow
(int y)
Editor/AGS.Editor/Panes/GUIEditor.cs:1521
↓ 13 callersMethodGetBackgroundFileName
(int background)
Editor/AGS.Types/Interfaces/IRoom.cs:20
↓ 13 callersMethodGetBuffer
Common/util/string.h:98
↓ 13 callersMethodGetChildNodesOrEmpty
<summary> Wrapper function for SelectSingleNode that returns the node's children if successful, or empty fake node list if the node was not found. </s
Editor/AGS.Types/SerializeUtils.cs:87
↓ 13 callersMethodGetHeight
Common/gui/guiobject.h:76
↓ 13 callersMethodGetKey
Common/util/inifile.h:59
↓ 13 callersMethodGetMemoryBackBuffer
Engine/gfx/ali3dsw.cpp:734
↓ 13 callersMethodGetSizeSpriteWillBeRenderedInGame
<summary> Gets the size at which the sprite will be rendered in the game. This will be the sprite size, but doubled if it is a 320-res sprite in a 640
Editor/AGS.Editor/Utils/Utilities.cs:650
↓ 13 callersMethodHandle
Engine/ac/dynobj/cc_scriptobject.h:41
↓ 13 callersMethodHeight
Editor/scintilla/win32/PlatWin.cxx:1107
↓ 13 callersMethodIsDynVartype
Compiler/script2/cc_symboltable.h:528
↓ 13 callersMethodIsEnabled
Properties Tells if GUI is enabled
Common/gui/guimain.h:93
↓ 13 callersMethodIsNullOrSpace
Common/util/string.cpp:95
↓ 13 callersFunctionIsRelativePath
Common/util/path.cpp:116
↓ 13 callersFunctionIsSameOrSubDir
Common/util/path_ex.cpp:44
↓ 13 callersMethodIsWindowed
Tells if this is logically a normal windowed mode
Engine/gfx/gfxdefines.h:41
↓ 13 callersFunctionMakeAbsolutePath
Common/util/path_ex.cpp:66
↓ 13 callersMethodName
libsrc/tinyxml2/tinyxml2.cpp:1368
← previousnext →501–600 of 22,242, ranked by callers