MCPcopy Create free account

hub / github.com/REGoth-project/REGoth / functions

Functions1,656 in github.com/REGoth-project/REGoth

↓ 5 callersFunctioncurrentTimestamp
* @return The current timestamp since some time in milliseconds */
src/utils/Utils.h:333
↓ 5 callersMethoddrawWeaponMelee
src/logic/PlayerController.cpp:297
↓ 5 callersMethodgetBasicGameType
src/engine/World.cpp:921
↓ 5 callersMethodgetControllerType
* @return The type of this class. If you are adding a new base controller, be sure to add it to ControllerTypes.h */
src/logic/Controller.h:36
↓ 5 callersMethodgetMyHandle
src/engine/World.h:195
↓ 5 callersMethodgetNPCFromSymbol
src/logic/ScriptEngine.cpp:318
↓ 5 callersMethodgetScriptDialogManager
TODO: Probably move this into script-engine
src/logic/DialogManager.h:146
↓ 5 callersMethodgetScriptHandle
* @return The script-side handle to this NPC */
src/logic/PlayerController.h:250
↓ 5 callersMethodgetState
* @return State this mob is currently in */
src/logic/MobController.h:88
↓ 5 callersMethodisHidden
* Set/get hidden */
src/ui/View.h:71
↓ 5 callersMethodisOpen
* @return Whether the console is currently shown */
src/logic/Console.h:176
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
lib/json/json.hpp:6525
↓ 5 callersFunctionjoin
src/utils/Utils.h:564
↓ 5 callersMethodloadFromPacked
src/content/SkeletalMeshAllocator.cpp:101
↓ 5 callersMethodonMessage
src/logic/PlayerController.cpp:566
↓ 5 callersMethodremoveItem
src/logic/Inventory.cpp:43
↓ 5 callersMethodreset
src/ui/LoadingScreen.cpp:158
↓ 5 callersFunctionscaleToHeaderFrameRate
* This weird function scales the frame when an event occurs according to m_FrameCount (header) * FIXME there are cases when m_LastFrame, m_FirstF
src/content/AnimationLibrary.cpp:145
↓ 5 callersMethodundrawWeapon
src/logic/PlayerController.cpp:342
↓ 4 callersMethodRight
src/math/mathlib.h:556
↓ 4 callersMethodaddItem
src/logic/Inventory.cpp:19
↓ 4 callersMethodaddTopic
src/ui/MenuItemListbox.cpp:74
↓ 4 callersMethodassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
lib/json/json.hpp:904
↓ 4 callersMethodcbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
lib/json/json.hpp:4320
↓ 4 callersMethodcreate
src/ui/Menu_Log.cpp:21
↓ 4 callersMethodenableActionBindings
src/engine/GameSession.cpp:379
↓ 4 callersFunctionentitifyMesh
src/content/ContentLoad.h:47
↓ 4 callersFunctionfor_each_in_tuple
src/utils/tuple.h:49
↓ 4 callersFunctionfrand
* @return Random number in range of 0...1 */
src/utils/Utils.h:54
↓ 4 callersMethodgetAcitveAnimation
src/components/AnimHandler.h:123
↓ 4 callersMethodgetActiveAnimationProgress
src/components/AnimHandler.cpp:504
↓ 4 callersMethodgetComponentDataBundle
src/engine/World.cpp:1172
↓ 4 callersMethodgetFreepointsInRange
src/engine/World.cpp:813
↓ 4 callersMethodgetNumObtainedElements
* Returns the number of allocated elements, aka. how far to go using getElements() */
src/memory/StaticReferencedAllocator.h:225
↓ 4 callersMethodgetTotalSecondsRealtime
* @return Seconds since program start */
src/engine/GameClock.h:146
↓ 4 callersMethodincreaseSelectionIndex
src/ui/ConsoleBox.cpp:187
↓ 4 callersMethodisAnimPlaying
src/logic/visuals/ModelVisual.cpp:767
↓ 4 callersMethodisSelectable
* @return Whether this item is selectable */
src/ui/MenuItem.h:39
↓ 4 callersMethodis_array
! @brief return whether value is an array This function returns true iff the JSON value is an array. @return `true` if type is array, `f
lib/json/json.hpp:2482
↓ 4 callersMethodis_object
! @brief return whether value is an object This function returns true iff the JSON value is an object. @return `true` if type is object,
lib/json/json.hpp:2460
↓ 4 callersMethodload
src/engine/WorldMesh.cpp:12
↓ 4 callersMethodonTransformChanged
src/logic/VisualController.cpp:25
↓ 4 callersMethodrbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
lib/json/json.hpp:4421
↓ 4 callersMethodread
src/audio/WavReader.cpp:54
↓ 4 callersMethodsetAnimation
src/logic/visuals/ModelVisual.cpp:339
↓ 4 callersMethodsetAttribute
src/logic/PlayerController.cpp:1355
↓ 4 callersMethodsetBackgroundImage
src/ui/BarView.cpp:87
↓ 4 callersMethodsetBarImage
src/ui/BarView.cpp:92
↓ 4 callersMethodsetDirection
src/logic/PlayerController.cpp:1118
↓ 4 callersMethodsetEnabled
src/engine/Input.cpp:43
↓ 4 callersMethodsetFont
* @param font Sets the font to use. */
src/ui/TextView.h:28
↓ 4 callersMethodsetImage
src/ui/ImageView.cpp:63
↓ 4 callersMethodsetPaused
src/engine/BaseEngine.cpp:199
↓ 4 callersMethodsetRelativeSize
* @param rel If set to true, images actual width and height will be ignored and it will be stretched to fit * with the given m_Siz
src/ui/ImageView.h:29
↓ 4 callersMethodsetValue
src/ui/BarView.cpp:70
↓ 4 callersMethodstopAnimations
src/logic/visuals/ModelVisual.cpp:757
↓ 4 callersMethodstopSound
src/audio/AudioWorld.cpp:491
↓ 4 callersMethodteleportToWaypoint
src/logic/PlayerController.cpp:187
↓ 4 callersMethodtoABGR8
* @brief Converts the stored color to ABGR8 */
src/math/mathlib.h:263
↓ 4 callersMethodupdate
src/engine/GameClock.cpp:34
↓ 3 callersMethodRotate
src/math/mathlib.h:606
↓ 3 callersMethodallocate
src/content/AnimationAllocator.h:55
↓ 3 callersMethodcanSee
src/logic/PlayerController.cpp:1179
↓ 3 callersMethodcreateWorld
src/engine/GameSession.cpp:79
↓ 3 callersMethodcross
src/math/mathlib.h:388
↓ 3 callersMethodexportWorld
src/engine/World.cpp:926
↓ 3 callersMethodfindNodeIndex
src/logic/visuals/ModelVisual.cpp:505
↓ 3 callersFunctionforAllComponents
src/components/EntityActions.h:186
↓ 3 callersMethodfromABGR8
* @brief Converts the given ABGR8-Color to float4 */
src/math/mathlib.h:234
↓ 3 callersMethodfromRGBA8
src/math/mathlib.h:247
↓ 3 callersMethodgetDevice
Returns the OpenAL device used by this engine. * * @return The OpenAL device or nullptr when initialization has failed. */
src/audio/AudioEngine.h:42
↓ 3 callersMethodgetItemCount
src/logic/Inventory.cpp:106
↓ 3 callersMethodgetMaterialGroupOfTriangle
src/engine/WorldMesh.cpp:56
↓ 3 callersMethodgetModelRoot
src/logic/visuals/ModelVisual.cpp:583
↓ 3 callersMethodgetSchemeName
src/logic/mobs/Bed.cpp:20
↓ 3 callersMethodgetSelectionIndex
src/ui/ConsoleBox.h:35
↓ 3 callersMethodgetTimeOfDay
src/engine/GameClock.cpp:41
↓ 3 callersMethodgetTotalSeconds
src/engine/GameClock.cpp:66
↓ 3 callersMethodget_checked
lib/json/json.hpp:9699
↓ 3 callersMethodinit
src/engine/World.cpp:134
↓ 3 callersMethodinitFromVobDescriptor
src/logic/MobController.cpp:216
↓ 3 callersMethodisInState
src/logic/NpcScriptState.cpp:463
↓ 3 callersMethodisMenuActive
* @return Whether a menu is currently active */
src/ui/Hud.h:140
↓ 3 callersMethodis_discarded
! @brief return whether value is discarded This function returns true iff the JSON value was discarded during parsing with a callback fun
lib/json/json.hpp:2531
↓ 3 callersMethodis_string
! @brief return whether value is a string This function returns true iff the JSON value is a string. @return `true` if type is string, `
lib/json/json.hpp:2504
↓ 3 callersFunctionlexicographical_compare
src/utils/naturalcompare.h:63
↓ 3 callersMethodonUpdate
src/logic/Controller.cpp:30
↓ 3 callersMethodplayMusicTheme
src/audio/AudioWorld.cpp:729
↓ 3 callersMethodplaySound
src/logic/SoundController.cpp:27
↓ 3 callersMethodpushInt
src/logic/ScriptEngine.cpp:97
↓ 3 callersMethodregisterWorld
src/engine/GameSession.cpp:113
↓ 3 callersMethodrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
lib/json/json.hpp:4458
↓ 3 callersMethodsetCameraMode
src/logic/CameraController.cpp:534
↓ 3 callersMethodsetFontHighlighted
src/ui/MenuItem.cpp:140
↓ 3 callersMethodsetInstanceItem
src/logic/ScriptEngine.cpp:142
↓ 3 callersMethodsetMainWorld
src/engine/GameSession.cpp:74
↓ 3 callersMethodsetSchemeName
* Sets the base animation-scheme to use * @param name New scheme */
src/logic/MobController.h:47
↓ 3 callersMethodsetShadowValue
src/logic/visuals/ModelVisual.cpp:738
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lib/json/json.hpp:6848
↓ 3 callersFunctionsinusSlowEnd
src/math/mathlib.h:43
← previousnext →101–200 of 1,656, ranked by callers