Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ functions
Functions
3,577 in github.com/NazaraEngine/NazaraEngine
⨍
Functions
3,577
◇
Types & classes
1,103
↓ 1 callers
Method
HandleSendReliable
src/Nazara/Network/ENetPeer.cpp:682
↓ 1 callers
Method
HandleSendUnreliable
src/Nazara/Network/ENetPeer.cpp:698
↓ 1 callers
Method
HandleSendUnreliableFragment
src/Nazara/Network/ENetPeer.cpp:714
↓ 1 callers
Method
HandleSendUnsequenced
src/Nazara/Network/ENetPeer.cpp:806
↓ 1 callers
Method
HandleThrottleConfigure
src/Nazara/Network/ENetPeer.cpp:844
↓ 1 callers
Method
HandleVerifyConnect
src/Nazara/Network/ENetPeer.cpp:856
↓ 1 callers
Method
HasAnimation
src/Nazara/Graphics/SkeletalModel.cpp:195
↓ 1 callers
Method
HasComponent
src/Nazara/Utility/VertexDeclaration.cpp:123
↓ 1 callers
Method
HasContext
src/Nazara/Renderer/RenderWindow.cpp:215
↓ 1 callers
Function
HybridMultiFractal
include/Nazara/Noise/HybridMultiFractal.hpp:17
↓ 1 callers
Function
IndexBuffer
include/Nazara/Utility/IndexBuffer.hpp:30
↓ 1 callers
Method
InitIncoming
src/Nazara/Network/ENetPeer.cpp:898
↓ 1 callers
Method
InitOutgoing
src/Nazara/Network/ENetPeer.cpp:939
↓ 1 callers
Method
Initialize
src/Nazara/Graphics/DeferredRenderTechnique.cpp:572
↓ 1 callers
Method
Insert
src/Nazara/Utility/GuillotineImageAtlas.cpp:83
↓ 1 callers
Method
InvalidateData
src/Nazara/Graphics/InstancedRenderable.cpp:63
↓ 1 callers
Method
InvalidateJointMap
src/Nazara/Utility/Skeleton.cpp:386
↓ 1 callers
Method
InvalidateMipmaps
src/Nazara/Renderer/Texture.cpp:474
↓ 1 callers
Method
InvalidateNode
src/Nazara/Utility/Node.cpp:652
↓ 1 callers
Method
IsActive
src/Nazara/Renderer/Context.cpp:221
↓ 1 callers
Method
IsAnimationEnabled
src/Nazara/Graphics/SkeletalModel.cpp:219
↓ 1 callers
Method
IsCompiled
src/Nazara/Renderer/ShaderStage.cpp:130
↓ 1 callers
Method
IsFullscreenValid
src/Nazara/Platform/VideoMode.cpp:40
↓ 1 callers
Method
IsInstancingEnabled
src/Nazara/Graphics/AbstractRenderTechnique.cpp:58
↓ 1 callers
Method
IsKinematic
src/Nazara/Physics2D/RigidBody2D.cpp:215
↓ 1 callers
Method
IsLinked
src/Nazara/Renderer/Shader.cpp:303
↓ 1 callers
Method
IsLoaded
src/Nazara/Core/DynLib.cpp:93
↓ 1 callers
Method
IsLoopPointInterpolationEnabled
src/Nazara/Utility/Animation.cpp:252
↓ 1 callers
Method
IsPaused
! * Returns the current pause state of the clock * \return Boolean indicating if the clock is currently paused * * \see Pause, Unpause */
src/Nazara/Core/Clock.cpp:107
↓ 1 callers
Method
IsRenderable
src/Nazara/Renderer/RenderWindow.cpp:189
↓ 1 callers
Method
IsSleeping
src/Nazara/Physics2D/RigidBody2D.cpp:220
↓ 1 callers
Method
IsSpatialized
src/Nazara/Audio/SoundEmitter.cpp:154
↓ 1 callers
Method
IsUpdated
tests/SDK/NDK/World.cpp:10
↓ 1 callers
Method
IsValid
src/Nazara/Graphics/SkeletalModel.cpp:28
↓ 1 callers
Method
IsValid
src/Nazara/Utility/Animation.cpp:28
↓ 1 callers
Function
LabelWidget
SDK/include/NDK/Widgets/LabelWidget.hpp:25
↓ 1 callers
Function
Light
include/Nazara/Graphics/Light.hpp:22
↓ 1 callers
Function
LightComponent
SDK/include/NDK/Components/LightComponent.hpp:20
↓ 1 callers
Function
LoadExtensions3
src/Nazara/Renderer/OpenGL.cpp:120
↓ 1 callers
Method
LoadFromFile
src/Nazara/Renderer/Texture.cpp:492
↓ 1 callers
Method
LoadFromFile
src/Nazara/Graphics/Model.cpp:153
↓ 1 callers
Method
LoadFromMemory
src/Nazara/Renderer/Texture.cpp:591
↓ 1 callers
Method
LoadFromMemory
! * \brief Loads the sound from memory * \return true if loading is successful * * \param data Raw memory * \param size Size of the memory * \pa
src/Nazara/Audio/Sound.cpp:168
↓ 1 callers
Method
LoadFromStream
src/Nazara/Renderer/Texture.cpp:603
↓ 1 callers
Function
LoadLibrary
src/Nazara/Renderer/OpenGL.cpp:52
↓ 1 callers
Function
LuaInstance
include/Nazara/Lua/LuaInstance.hpp:24
↓ 1 callers
Function
MemoryView
include/Nazara/Core/MemoryView.hpp:20
↓ 1 callers
Method
MergeFreeRectangles
src/Nazara/Core/GuillotineBinPack.cpp:426
↓ 1 callers
Function
Model
include/Nazara/Graphics/Model.hpp:43
↓ 1 callers
Method
MoveTriangleToEnd
src/Nazara/Utility/AlgorithmUtility.cpp:194
↓ 1 callers
Function
Music
include/Nazara/Audio/Music.hpp:40
↓ 1 callers
Function
Mutex
include/Nazara/Core/Mutex.hpp:23
↓ 1 callers
Function
NetPacket
include/Nazara/Network/NetPacket.hpp:24
↓ 1 callers
Method
OnComponentAttached
SDK/src/NDK/BaseComponent.cpp:33
↓ 1 callers
Method
OnComponentDetached
SDK/src/NDK/BaseComponent.cpp:44
↓ 1 callers
Method
OnEntityDestruction
! * \brief Operation to perform when the entity is destroyed and we're still attached to it * * \remark This is always called before the entity pro
SDK/src/NDK/BaseComponent.cpp:62
↓ 1 callers
Method
OnKeyPressed
SDK/src/NDK/BaseWidget.cpp:170
↓ 1 callers
Method
OnKeyReleased
SDK/src/NDK/BaseWidget.cpp:174
↓ 1 callers
Method
OnMouseButtonPress
SDK/src/NDK/BaseWidget.cpp:186
↓ 1 callers
Method
OnMouseButtonRelease
SDK/src/NDK/BaseWidget.cpp:190
↓ 1 callers
Method
OnMouseEnter
SDK/src/NDK/BaseWidget.cpp:178
↓ 1 callers
Method
OnMouseMoved
SDK/src/NDK/BaseWidget.cpp:182
↓ 1 callers
Method
OnParenting
src/Nazara/Utility/Node.cpp:663
↓ 1 callers
Method
OnTextEntered
SDK/src/NDK/BaseWidget.cpp:202
↓ 1 callers
Method
OpenFromMemory
src/Nazara/Utility/Font.cpp:288
↓ 1 callers
Method
Optimize
stores new indices in place
src/Nazara/Utility/AlgorithmUtility.cpp:311
↓ 1 callers
Function
OptimizeIndices
src/Nazara/Utility/AlgorithmUtility.cpp:1050
↓ 1 callers
Function
ParameterList
include/Nazara/Core/ParameterList.hpp:25
↓ 1 callers
Function
ParseHexadecimal
! * \brief Parses a hexadecimal number * \return true If successful * * \param str C-string symbolizing the string to parse * \param number
src/Nazara/Network/AlgorithmNetwork.cpp:54
↓ 1 callers
Function
ParseIPAddress
! * \ingroup network * \brief Parse a textual IPv4 or IPv6 address * \return true If successful * * From http://rosettacode.org/wiki/Parse_an_IP_
src/Nazara/Network/AlgorithmNetwork.cpp:203
↓ 1 callers
Function
ParseMTL
src/Nazara/Utility/Formats/OBJLoader.cpp:45
↓ 1 callers
Function
ParticleGroupComponent
SDK/include/NDK/Components/ParticleGroupComponent.hpp:24
↓ 1 callers
Function
PhysWorld2D
include/Nazara/Physics2D/PhysWorld2D.hpp:48
↓ 1 callers
Function
PhysWorld3D
include/Nazara/Physics3D/PhysWorld3D.hpp:22
↓ 1 callers
Method
Ping
src/Nazara/Network/ENetPeer.cpp:87
↓ 1 callers
Method
PrepareWindow
src/Nazara/Platform/Win32/WindowImpl.cpp:919
↓ 1 callers
Function
PrimitiveList
include/Nazara/Core/PrimitiveList.hpp:21
↓ 1 callers
Method
Process
src/Nazara/Graphics/DeferredFogPass.cpp:158
↓ 1 callers
Method
ProcessEvents
src/Nazara/Platform/Win32/WindowImpl.cpp:282
↓ 1 callers
Method
ProcessEvents
src/Nazara/Platform/X11/WindowImpl.cpp:383
↓ 1 callers
Function
ProcessJoints
plugins/Assimp/Plugin.cpp:45
↓ 1 callers
Function
ProgressBarWidget
SDK/include/NDK/Widgets/ProgressBarWidget.hpp:27
↓ 1 callers
Method
PushFunction
src/Nazara/Lua/LuaState.cpp:601
↓ 1 callers
Method
PushInteger
src/Nazara/Lua/LuaState.cpp:609
↓ 1 callers
Method
QueryKerning
src/Nazara/Utility/Formats/FreeTypeLoader.cpp:229
↓ 1 callers
Method
QueryLineHeight
src/Nazara/Utility/Formats/FreeTypeLoader.cpp:247
↓ 1 callers
Method
QueryUnderlinePosition
src/Nazara/Utility/Formats/FreeTypeLoader.cpp:255
↓ 1 callers
Method
QueryUnderlineThickness
src/Nazara/Utility/Formats/FreeTypeLoader.cpp:268
↓ 1 callers
Function
RUdpConnection
include/Nazara/Network/RUdpConnection.hpp:33
↓ 1 callers
Method
RaycastQuery
src/Nazara/Physics2D/PhysWorld2D.cpp:196
↓ 1 callers
Method
RaycastQueryFirst
src/Nazara/Physics2D/PhysWorld2D.cpp:221
↓ 1 callers
Function
RefCounted
include/Nazara/Core/RefCounted.hpp:25
↓ 1 callers
Method
RegionQuery
src/Nazara/Physics2D/PhysWorld2D.cpp:250
↓ 1 callers
Function
RegisterDDSLoader
src/Nazara/Utility/Formats/DDSLoader.cpp:265
↓ 1 callers
Function
RegisterFreeType
src/Nazara/Utility/Formats/FreeTypeLoader.cpp:438
↓ 1 callers
Function
RegisterMD2
src/Nazara/Utility/Formats/MD2Loader.cpp:252
↓ 1 callers
Function
RegisterMD5Anim
src/Nazara/Utility/Formats/MD5AnimLoader.cpp:93
↓ 1 callers
Function
RegisterMD5Mesh
src/Nazara/Utility/Formats/MD5MeshLoader.cpp:312
↓ 1 callers
Function
RegisterMesh
src/Nazara/Graphics/Formats/MeshLoader.cpp:125
↓ 1 callers
Function
RegisterOBJSaver
src/Nazara/Utility/Formats/OBJSaver.cpp:213
← previous
next →
701–800 of 3,577, ranked by callers