Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ functions
Functions
975 in github.com/CytopiaTeam/Cytopia
⨍
Functions
975
◇
Types & classes
133
↓ 1 callers
Function
ScriptYield
external/as_add_on/contextmgr/contextmgr.cpp:52
↓ 1 callers
Method
Set
external/as_add_on/scripthandle/scripthandle.cpp:85
↓ 1 callers
Method
SetFlag
GC behaviour
external/as_add_on/scriptarray/scriptarray.cpp:1849
↓ 1 callers
Method
SetFlag
external/as_add_on/scriptany/scriptany.cpp:479
↓ 1 callers
Method
SetGCFlag
external/as_add_on/scriptdictionary/scriptdictionary.cpp:223
↓ 1 callers
Method
SetPos
external/as_add_on/scriptfile/scriptfile.cpp:362
↓ 1 callers
Method
SetSleeping
external/as_add_on/contextmgr/contextmgr.cpp:347
↓ 1 callers
Method
Sort
internal
external/as_add_on/scriptarray/scriptarray.cpp:1419
↓ 1 callers
Method
StartNewModule
external/as_add_on/scriptbuilder/scriptbuilder.cpp:49
↓ 1 callers
Function
StringErase
AngelScript signature: void string::erase(uint pos, int count = -1)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:419
↓ 1 callers
Function
StringFindFirst
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 callers
Function
StringFindFirstNotOf
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 callers
Function
StringFindFirstOf
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 callers
Function
StringFindLast
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 callers
Function
StringFindLastNotOf
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 callers
Function
StringFindLastOf
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 callers
Function
StringInsert
AngelScript signature: void string::insert(uint pos, const string &in other)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:411
↓ 1 callers
Function
StringIsEmpty
bool string::isEmpty() bool string::empty() // if AS_USE_STLNAMES == 1
external/as_add_on/scriptstdstring/scriptstdstring.cpp:155
↓ 1 callers
Function
StringJoin
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 callers
Function
StringSubString
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 callers
Method
Uninit
external/as_add_on/serializer/serializer.cpp:192
↓ 1 callers
Function
WriteConfigToStream
external/as_add_on/scripthelper/scripthelper.cpp:219
↓ 1 callers
Method
WriteDouble
external/as_add_on/scriptfile/scriptfile.cpp:636
↓ 1 callers
Method
WriteFloat
external/as_add_on/scriptfile/scriptfile.cpp:614
↓ 1 callers
Method
WriteInt
external/as_add_on/scriptfile/scriptfile.cpp:572
↓ 1 callers
Method
WriteString
external/as_add_on/scriptfile/scriptfile.cpp:561
↓ 1 callers
Method
WriteUInt
external/as_add_on/scriptfile/scriptfile.cpp:593
↓ 1 callers
Method
addText
src/engine/ui/widgets/TextField.cxx:29
↓ 1 callers
Function
atan2f
external/as_add_on/scriptmath/scriptmath.cpp:18
↓ 1 callers
Method
calculateSlopeOrientation
src/engine/TileManager.cxx:59
↓ 1 callers
Method
checkEvents
src/engine/EventManager.cxx:33
↓ 1 callers
Method
checkTimeout
src/engine/basics/Timer.cxx:87
↓ 1 callers
Method
clearSprite
src/engine/Sprite.cxx:148
↓ 1 callers
Function
createBresenhamLine
src/engine/basics/isoMath.cxx:172
↓ 1 callers
Method
decreaseHeight
src/engine/Map.cxx:89
↓ 1 callers
Method
demolishNode
src/engine/Map.cxx:437
↓ 1 callers
Method
drawUI
src/engine/UIManager.cxx:281
↓ 1 callers
Method
expire
This is also for testing */
tests/util/Observer.cxx:133
↓ 1 callers
Function
fabsf
external/as_add_on/scriptmath/scriptmath.cpp:35
↓ 1 callers
Method
findNodeInMap
src/engine/Map.cxx:388
↓ 1 callers
Function
formatFloat
AngelScript signature: string formatFloat(double val, const string &in options, uint width, uint precision)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:533
↓ 1 callers
Function
formatInt
AngelScript signature: string formatInt(int64 val, const string &in options, uint width)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:445
↓ 1 callers
Function
formatUInt
AngelScript signature: string formatUInt(uint64 val, const string &in options, uint width)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:489
↓ 1 callers
Method
generateTerrain
src/engine/map/TerrainGenerator.cxx:13
↓ 1 callers
Method
getElapsedTime
src/engine/basics/Timer.cxx:60
↓ 1 callers
Method
getNodeInformation
src/engine/Map.cxx:25
↓ 1 callers
Function
getRectangleSelectionNodes
src/engine/basics/isoMath.cxx:104
↓ 1 callers
Function
getRectangularLineSelectionNodes
src/engine/basics/isoMath.cxx:123
↓ 1 callers
Method
getUiElementByID
src/engine/UIManager.cxx:337
↓ 1 callers
Function
if
external/as_add_on/debugger/debugger.cpp:86
↓ 1 callers
Method
increaseHeight
src/engine/Map.cxx:76
↓ 1 callers
Method
initMap
src/engine/Map.cxx:70
↓ 1 callers
Method
initialize
src/Game.cxx:46
↓ 1 callers
Method
isMouseOver
src/engine/ui/basics/UIElement.cxx:52
↓ 1 callers
Method
isPlacementAllowed
src/engine/GameObjects/MapNode.cxx:147
↓ 1 callers
Method
mainMenu
src/Game.cxx:83
↓ 1 callers
Function
modff
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 callers
Method
modifySubject
This could be any call that ultimately * triggers an event */
tests/util/Observer.cxx:14
↓ 1 callers
Method
onMouseLeave
src/engine/ui/widgets/Combobox.cxx:165
↓ 1 callers
Method
operator==
external/as_add_on/scriptarray/scriptarray.cpp:1087
↓ 1 callers
Function
parseFloat
AngelScript signature: double parseFloat(const string &in val, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:670
↓ 1 callers
Function
parseInt
AngelScript signature: int64 parseInt(const string &in val, uint base = 10, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:569
↓ 1 callers
Function
parseUInt
AngelScript signature: uint64 parseUInt(const string &in val, uint base = 10, uint &out byteCount = 0)
external/as_add_on/scriptstdstring/scriptstdstring.cpp:626
↓ 1 callers
Function
powf
external/as_add_on/scriptmath/scriptmath.cpp:20
↓ 1 callers
Function
protected_main
src/main.cxx:12
↓ 1 callers
Method
prune
src/services/AudioMixer.cxx:153
↓ 1 callers
Method
readFile
src/engine/basics/Settings.cxx:12
↓ 1 callers
Method
registerTimer
src/engine/EventManager.cxx:585
↓ 1 callers
Method
render
src/engine/Sprite.cxx:22
↓ 1 callers
Method
renderMap
src/engine/Map.cxx:350
↓ 1 callers
Method
run
src/Game.cxx:241
↓ 1 callers
Method
setBitmask
src/engine/GameObjects/MapNode.cxx:65
↓ 1 callers
Method
setFPSCounterText
src/engine/UIManager.cxx:262
↓ 1 callers
Method
setFullScreenMode
src/engine/WindowManager.cxx:54
↓ 1 callers
Method
setMapNodeData
src/engine/GameObjects/MapNode.cxx:344
↓ 1 callers
Method
setPosition
src/engine/ui/widgets/TextField.cxx:63
↓ 1 callers
Method
setScreenResolution
src/engine/WindowManager.cxx:116
↓ 1 callers
Method
setTimer
src/engine/basics/Timer.cxx:54
↓ 1 callers
Method
setX
tests/util/Observer.cxx:55
↓ 1 callers
Method
shutdown
src/Game.cxx:332
↓ 1 callers
Function
sqrtf
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 callers
Method
squaredLength
external/as_add_on/scriptmath/scriptmathcomplex.cpp:76
↓ 1 callers
Method
startTimer
src/engine/ui/widgets/Tooltip.cxx:19
↓ 1 callers
Method
startTooltip
src/engine/UIManager.cxx:324
↓ 1 callers
Function
startsWith
src/engine/basics/utils.cxx:22
↓ 1 callers
Method
stop
src/engine/basics/Timer.cxx:24
↓ 1 callers
Method
stopTooltip
src/engine/UIManager.cxx:335
↓ 1 callers
Method
toggleGroupVisibility
src/engine/UIManager.cxx:302
↓ 1 callers
Method
updateAllNodes
src/engine/Map.cxx:173
↓ 1 callers
Method
~CScriptArray
external/as_add_on/scriptarray/scriptarray.cpp:591
↓ 1 callers
Method
~CScriptDictValue
external/as_add_on/scriptdictionary/scriptdictionary.cpp:627
↓ 1 callers
Method
~CScriptDictionary
external/as_add_on/scriptdictionary/scriptdictionary.cpp:194
↓ 1 callers
Method
~CScriptGrid
external/as_add_on/scriptgrid/scriptgrid.cpp:543
Method
AbortAll
external/as_add_on/contextmgr/contextmgr.cpp:243
Function
AddAssignBool2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1133
Function
AddAssignDouble2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1093
Function
AddAssignFloat2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1103
Function
AddAssignInt2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1113
Function
AddAssignStringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:859
Function
AddAssignUInt2StringGeneric
external/as_add_on/scriptstdstring/scriptstdstring.cpp:1123
← previous
next →
201–300 of 975, ranked by callers