MCPcopy Create free account

hub / github.com/CytopiaTeam/Cytopia / functions

Functions975 in github.com/CytopiaTeam/Cytopia

↓ 1 callersFunctionScriptYield
external/as_add_on/contextmgr/contextmgr.cpp:52
↓ 1 callersMethodSet
external/as_add_on/scripthandle/scripthandle.cpp:85
↓ 1 callersMethodSetFlag
GC behaviour
external/as_add_on/scriptarray/scriptarray.cpp:1849
↓ 1 callersMethodSetFlag
external/as_add_on/scriptany/scriptany.cpp:479
↓ 1 callersMethodSetGCFlag
external/as_add_on/scriptdictionary/scriptdictionary.cpp:223
↓ 1 callersMethodSetPos
external/as_add_on/scriptfile/scriptfile.cpp:362
↓ 1 callersMethodSetSleeping
external/as_add_on/contextmgr/contextmgr.cpp:347
↓ 1 callersMethodSort
internal
external/as_add_on/scriptarray/scriptarray.cpp:1419
↓ 1 callersMethodStartNewModule
external/as_add_on/scriptbuilder/scriptbuilder.cpp:49
↓ 1 callersFunctionStringErase
AngelScript signature: void string::erase(uint pos, int count = -1)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:419
↓ 1 callersFunctionStringFindFirst
This function returns the index of the first position where the substring exists in the input string. If the substring doesn't exist in the input stri
external/as_add_on/scriptstdstring/scriptstdstring.cpp:345
↓ 1 callersFunctionStringFindFirstNotOf
This function returns the index of the first position where a byte other than those in substring exists in the input string. If none is found -1 is re
external/as_add_on/scriptstdstring/scriptstdstring.cpp:380
↓ 1 callersFunctionStringFindFirstOf
This function returns the index of the first position where the one of the bytes in substring exists in the input string. If the characters in the sub
external/as_add_on/scriptstdstring/scriptstdstring.cpp:357
↓ 1 callersFunctionStringFindLast
This function returns the index of the last position where the substring exists in the input string. If the substring doesn't exist in the input strin
external/as_add_on/scriptstdstring/scriptstdstring.cpp:403
↓ 1 callersFunctionStringFindLastNotOf
This function returns the index of the last position where a byte other than those in substring exists in the input string. If none is found -1 is ret
external/as_add_on/scriptstdstring/scriptstdstring.cpp:391
↓ 1 callersFunctionStringFindLastOf
This function returns the index of the last position where the one of the bytes in substring exists in the input string. If the characters in the subs
external/as_add_on/scriptstdstring/scriptstdstring.cpp:369
↓ 1 callersFunctionStringInsert
AngelScript signature: void string::insert(uint pos, const string &in other)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:411
↓ 1 callersFunctionStringIsEmpty
bool string::isEmpty() bool string::empty() // if AS_USE_STLNAMES == 1
external/as_add_on/scriptstdstring/scriptstdstring.cpp:155
↓ 1 callersFunctionStringJoin
This function takes as input an array of string handles as well as a delimiter and concatenates the array elements into one delimited string. Example:
external/as_add_on/scriptstdstring/scriptstdstring_utils.cpp:81
↓ 1 callersFunctionStringSubString
This function returns a string containing the substring of the input string determined by the starting index and count of characters. AngelScript sig
external/as_add_on/scriptstdstring/scriptstdstring.cpp:702
↓ 1 callersMethodUninit
external/as_add_on/serializer/serializer.cpp:192
↓ 1 callersFunctionWriteConfigToStream
external/as_add_on/scripthelper/scripthelper.cpp:219
↓ 1 callersMethodWriteDouble
external/as_add_on/scriptfile/scriptfile.cpp:636
↓ 1 callersMethodWriteFloat
external/as_add_on/scriptfile/scriptfile.cpp:614
↓ 1 callersMethodWriteInt
external/as_add_on/scriptfile/scriptfile.cpp:572
↓ 1 callersMethodWriteString
external/as_add_on/scriptfile/scriptfile.cpp:561
↓ 1 callersMethodWriteUInt
external/as_add_on/scriptfile/scriptfile.cpp:593
↓ 1 callersMethodaddText
src/engine/ui/widgets/TextField.cxx:29
↓ 1 callersFunctionatan2f
external/as_add_on/scriptmath/scriptmath.cpp:18
↓ 1 callersMethodcalculateSlopeOrientation
src/engine/TileManager.cxx:59
↓ 1 callersMethodcheckEvents
src/engine/EventManager.cxx:33
↓ 1 callersMethodcheckTimeout
src/engine/basics/Timer.cxx:87
↓ 1 callersMethodclearSprite
src/engine/Sprite.cxx:148
↓ 1 callersFunctioncreateBresenhamLine
src/engine/basics/isoMath.cxx:172
↓ 1 callersMethoddecreaseHeight
src/engine/Map.cxx:89
↓ 1 callersMethoddemolishNode
src/engine/Map.cxx:437
↓ 1 callersMethoddrawUI
src/engine/UIManager.cxx:281
↓ 1 callersMethodexpire
This is also for testing */
tests/util/Observer.cxx:133
↓ 1 callersFunctionfabsf
external/as_add_on/scriptmath/scriptmath.cpp:35
↓ 1 callersMethodfindNodeInMap
src/engine/Map.cxx:388
↓ 1 callersFunctionformatFloat
AngelScript signature: string formatFloat(double val, const string &in options, uint width, uint precision)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:533
↓ 1 callersFunctionformatInt
AngelScript signature: string formatInt(int64 val, const string &in options, uint width)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:445
↓ 1 callersFunctionformatUInt
AngelScript signature: string formatUInt(uint64 val, const string &in options, uint width)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:489
↓ 1 callersMethodgenerateTerrain
src/engine/map/TerrainGenerator.cxx:13
↓ 1 callersMethodgetElapsedTime
src/engine/basics/Timer.cxx:60
↓ 1 callersMethodgetNodeInformation
src/engine/Map.cxx:25
↓ 1 callersFunctiongetRectangleSelectionNodes
src/engine/basics/isoMath.cxx:104
↓ 1 callersFunctiongetRectangularLineSelectionNodes
src/engine/basics/isoMath.cxx:123
↓ 1 callersMethodgetUiElementByID
src/engine/UIManager.cxx:337
↓ 1 callersFunctionif
external/as_add_on/debugger/debugger.cpp:86
↓ 1 callersMethodincreaseHeight
src/engine/Map.cxx:76
↓ 1 callersMethodinitMap
src/engine/Map.cxx:70
↓ 1 callersMethodinitialize
src/Game.cxx:46
↓ 1 callersMethodisMouseOver
src/engine/ui/basics/UIElement.cxx:52
↓ 1 callersMethodisPlacementAllowed
src/engine/GameObjects/MapNode.cxx:147
↓ 1 callersMethodmainMenu
src/Game.cxx:83
↓ 1 callersFunctionmodff
C++Builder doesn't define a non-standard "modff" function but rather an overload of "modf" for float arguments. However, BCC's float overload of fmod(
external/as_add_on/scriptmath/scriptmath.cpp:41
↓ 1 callersMethodmodifySubject
This could be any call that ultimately * triggers an event */
tests/util/Observer.cxx:14
↓ 1 callersMethodonMouseLeave
src/engine/ui/widgets/Combobox.cxx:165
↓ 1 callersMethodoperator==
external/as_add_on/scriptarray/scriptarray.cpp:1087
↓ 1 callersFunctionparseFloat
AngelScript signature: double parseFloat(const string &in val, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:670
↓ 1 callersFunctionparseInt
AngelScript signature: int64 parseInt(const string &in val, uint base = 10, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:569
↓ 1 callersFunctionparseUInt
AngelScript signature: uint64 parseUInt(const string &in val, uint base = 10, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:626
↓ 1 callersFunctionpowf
external/as_add_on/scriptmath/scriptmath.cpp:20
↓ 1 callersFunctionprotected_main
src/main.cxx:12
↓ 1 callersMethodprune
src/services/AudioMixer.cxx:153
↓ 1 callersMethodreadFile
src/engine/basics/Settings.cxx:12
↓ 1 callersMethodregisterTimer
src/engine/EventManager.cxx:585
↓ 1 callersMethodrender
src/engine/Sprite.cxx:22
↓ 1 callersMethodrenderMap
src/engine/Map.cxx:350
↓ 1 callersMethodrun
src/Game.cxx:241
↓ 1 callersMethodsetBitmask
src/engine/GameObjects/MapNode.cxx:65
↓ 1 callersMethodsetFPSCounterText
src/engine/UIManager.cxx:262
↓ 1 callersMethodsetFullScreenMode
src/engine/WindowManager.cxx:54
↓ 1 callersMethodsetMapNodeData
src/engine/GameObjects/MapNode.cxx:344
↓ 1 callersMethodsetPosition
src/engine/ui/widgets/TextField.cxx:63
↓ 1 callersMethodsetScreenResolution
src/engine/WindowManager.cxx:116
↓ 1 callersMethodsetTimer
src/engine/basics/Timer.cxx:54
↓ 1 callersMethodsetX
tests/util/Observer.cxx:55
↓ 1 callersMethodshutdown
src/Game.cxx:332
↓ 1 callersFunctionsqrtf
C++Builder doesn't define a non-standard "sqrtf" function but rather an overload of "sqrt" for float arguments.
external/as_add_on/scriptmath/scriptmathcomplex.cpp:10
↓ 1 callersMethodsquaredLength
external/as_add_on/scriptmath/scriptmathcomplex.cpp:76
↓ 1 callersMethodstartTimer
src/engine/ui/widgets/Tooltip.cxx:19
↓ 1 callersMethodstartTooltip
src/engine/UIManager.cxx:324
↓ 1 callersFunctionstartsWith
src/engine/basics/utils.cxx:22
↓ 1 callersMethodstop
src/engine/basics/Timer.cxx:24
↓ 1 callersMethodstopTooltip
src/engine/UIManager.cxx:335
↓ 1 callersMethodtoggleGroupVisibility
src/engine/UIManager.cxx:302
↓ 1 callersMethodupdateAllNodes
src/engine/Map.cxx:173
↓ 1 callersMethod~CScriptArray
external/as_add_on/scriptarray/scriptarray.cpp:591
↓ 1 callersMethod~CScriptDictValue
external/as_add_on/scriptdictionary/scriptdictionary.cpp:627
↓ 1 callersMethod~CScriptDictionary
external/as_add_on/scriptdictionary/scriptdictionary.cpp:194
↓ 1 callersMethod~CScriptGrid
external/as_add_on/scriptgrid/scriptgrid.cpp:543
MethodAbortAll
external/as_add_on/contextmgr/contextmgr.cpp:243
FunctionAddAssignBool2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1133
FunctionAddAssignDouble2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1093
FunctionAddAssignFloat2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1103
FunctionAddAssignInt2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1113
FunctionAddAssignStringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:859
FunctionAddAssignUInt2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1123
← previousnext →201–300 of 975, ranked by callers